Have you tested?
Thank you!
I forgot to mention. Just try navigating through as many screens as possible then try the double tap.
Hello! I've noticed that this happens when I double tap between pages that have REST services being invoked.
When I double tap when the loader is showing the screen becomes blank (white).
sometimes then page reappears other times it stays blank and hangs there.
I'm using Android 4.0.4 on S3
How do I make it possible for the app to close if someone double taps/clicks on the android device back button...currently if i double tap the back button on my app, it shows a blank white screen, especially on pages with REST services.
Any Help with this?
Thanks Marina this is what worked for me
code $('#yourdropdownid').children("option:selected").text();/code
I have another question:
One of the values I want to read is from a select menu:
but if I use this code codevar cat = Tiggzi('category').val();/code
I get the value of the option selected. But what I'm interested in is the option label. How do i read the option label?