Search found 55 matches

Go to advanced search

by Kevin
Tue Oct 30, 2012 1:34 pm
Forum: Issues
Topic: Close app when android device back button is double tapped/clicked.
Replies: 11
Views: 3731
 
Jump to post

Close app when android device back button is double tapped/clicked.

I managed to figure out the problem a few hours ago but was still testing on some other phones before i confirm. I think the problem was brought about by having the Invoke services on Page show event. Because when I moved all services to the Load Event everything was okay. Thanks for giving it a try...
by Kevin
Mon Oct 29, 2012 5:27 pm
Forum: Issues
Topic: Close app when android device back button is double tapped/clicked.
Replies: 11
Views: 3731
 
Jump to post

Close app when android device back button is double tapped/clicked.

Thank you!
I forgot to mention. Just try navigating through as many screens as possible then try the double tap.

by Kevin
Mon Oct 29, 2012 5:23 pm
Forum: Issues
Topic: Close app when android device back button is double tapped/clicked.
Replies: 11
Views: 3731
 
Jump to post

Close app when android device back button is double tapped/clicked.

You won't notice it on the browser. Let me share it so that you run it in Tiggzi Tester or export the APK. Try double tapping the back button on your phone especially between pages that are loading data via REST when u see the spinner. I've shared the project with support@tiggzi.com its called App 123
by Kevin
Mon Oct 29, 2012 4:41 pm
Forum: Issues
Topic: Close app when android device back button is double tapped/clicked.
Replies: 11
Views: 3731
 
Jump to post

Close app when android device back button is double tapped/clicked.

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

by Kevin
Mon Oct 29, 2012 12:51 pm
Forum: Issues
Topic: Close app when android device back button is double tapped/clicked.
Replies: 11
Views: 3731
 
Jump to post

Close app when android device back button is double tapped/clicked.

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.

by Kevin
Sat Oct 27, 2012 5:23 am
Forum: Issues
Topic: Clear previously entered text on input fields.
Replies: 13
Views: 32825
 
Jump to post

Clear previously entered text on input fields.

Any Help with this?

by Kevin
Fri Oct 26, 2012 9:43 am
Forum: Issues
Topic: Clear previously entered text on input fields.
Replies: 13
Views: 32825
 
Jump to post

Clear previously entered text on input fields.

I have a screen with a form. When a user fills the form and goes to another screen then later come back to that screen they find the values they had entered previously. So they have to start deleting each field and fill in new values. How can I make the form input fields empty whenever the user come...
by Kevin
Thu Oct 25, 2012 4:43 pm
Forum: Issues
Topic: Include dynamic variables on Postmark's API email body
Replies: 5
Views: 3061
 
Jump to post

Include dynamic variables on Postmark's API email body

Thanks Marina this is what worked for me :)

code $('#yourdropdownid').children("option:selected").text();/code

by Kevin
Thu Oct 25, 2012 1:03 pm
Forum: Issues
Topic: Include dynamic variables on Postmark's API email body
Replies: 5
Views: 3061
 
Jump to post

Include dynamic variables on Postmark's API email body

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?

Go to advanced search