Posts by rzp • 27 points
7 posts
-
1
votes1
answer137
viewsQ: Save data from Datetime in variable
Good morning, I am finishing an Alarm application where the user selects the time the Notification should appear, I am using the native component of Ionic, the ion-Datetime. But I can’t find…
-
0
votes1
answer91
viewsQ: Save data from an offline input
Good afternoon, I’m trying to save the data (with Localstorage) from an input into a variable, but I’m not getting it right. The page itself is an option to Save user data. Follow the . html…
-
1
votes1
answer242
viewsQ: Accessing data from an Angular array
I’m trying to access a data ID that my API responds that it is inside an array: { "name": <name> "email": <email> "token": <token> "message": 'Token válido.' "subscriptions": [ {…
-
0
votes1
answer26
viewsA: Audio CRS as a variable
I tidied up by adding the modal response to a variable and given id (audio-player) to the audio div. modal.onDidDismiss().then((responseModal: OverlayEventDetail) =>{ if(responseModal !== null){…
-
0
votes1
answer26
viewsQ: Audio CRS as a variable
Good morning, I’m having a problem adding the src of an audio passing through a modal. The page works as follows: 1) The user clicks on a button that opens a modal with a list of audios. 2) Inside…
-
0
votes1
answer199
viewsQ: Deleting Local Ionic Files 4
I basically made an application where the user records an audio, and then is presented to him with 2 options, Play and Remove. However my remove function is not working and Logcat neither debug…
-
0
votes1
answer79
viewsQ: Crashing app for no reason - Ionic 4
I am making an application (Ionic4, typescript, Node.js) for recording and playing audio where the user records the sound and after the audio is presented with a play button; Soon after the user…