Posts by Jefferson Augusto Lopes • 93 points
5 posts
-
0
votes3
answers2844
viewsA: Perform a function while holding button, stop when release
I got it from Bruno Rigolon, I just switched the events 'mousedown' and 'mouseup' for touchstart and touchend because I’m using phonegap. The code stays that way:…
-
5
votes3
answers2844
viewsQ: Perform a function while holding button, stop when release
How to perform a function when the user holds a button and stop executing when the user releases the button. As happens in the Whatsapp when you will record an audio...
-
2
votes2
answers1476
viewsA: Phonegap - Open Whatsapp "Whatsapp://send?" IOS 10
I managed to solve it this way. on the page where there was the button that sends the content to Whatsapp, it was like this : <a href='whatsapp://send' data-text=''…
-
1
votes2
answers1476
viewsQ: Phonegap - Open Whatsapp "Whatsapp://send?" IOS 10
Until the last version of iOS 9 when I wanted to share something by Whatsapp I could use the link: whatsapp://send?text=mensagem on a tag <a> or window.open no js. But in iOS 10 this stopped…
-
1
votes2
answers1217
viewsQ: User Password Validation Issue (php, mysql, crypt)
I’m just trying to validate the password entered with the password stored in the bank, and the password stored in the bank was encrypted. The problem is that I type the correct password, my function…