Posts by israel • 5 points
6 posts
-
-1
votes1
answer138
viewsQ: Formatting datatime in Ionic
Good morning, I created an input datatime but it returns me the date as follows:2019-04-26T11:43:17Z, and the database does not accept this format, I needed it to return so: 26/04/2019 11:43:17. How…
-
0
votes0
answers17
viewsQ: How to give a Nacvontroller.push inside a modal
Good afternoon, I have a model and I need to recover values that were selected into it, my doubt is: how to put this code: this.navCtrl.push(ModalAcessoDesktopPage, { list:…
-
0
votes1
answer459
viewsQ: Ctrl + c button in typescript, Ionic
Good afternoon, I’m trying to create a button to copy the text of an input, but without success, I’m trying with Clipboard and it doesn’t work, gives an error saying that 'copy()' is not a function.…
-
0
votes1
answer151
viewsQ: Upper and Lower case function
Good morning, I’m trying to do two methods, one for uppercase and the other Ower, but I’m not getting with typescritp and Ionic, follow the code: I would like that when clicking upper, the text was…
-
0
votes1
answer722
viewsQ: Value appears and disappears after click-Javascript
Good evening, I made a javascript logic of inputs receiving the value of an array, all right however, when you click on the button to happen the event the values appear and disappear from the input…
-
0
votes2
answers287
viewsQ: Copy button in textarea in Ionic
I’m trying to create a button that makes a CTRL+C in textarea, with javascript, it is possible to make a select() in the document.getElementById, and after the one document.execCommand('copy'), but…