Page 1 of 2
working in test browser but not in android testing app
Posted: Fri May 18, 2012 3:36 pm
by DavidStubblefield
I have a list on page A that I set a local variable with id and then navigate to page B where I run a service that uses that variable as the input. I then bind the response to a label on page B. During development, all works find and I see the data on page B, but when I use the android tiggzi tester, I don't see the label populated on page B. Why would it work in the test browser and not on the phone?
working in test browser but not in android testing app
Posted: Fri May 18, 2012 3:41 pm
by DavidStubblefield
As a note, I am invoking the service for page B during the "load" event. I also tried the "page display".
working in test browser but not in android testing app
Posted: Fri May 18, 2012 3:49 pm
by maxkatz
Use service's 'Error' and 'Complete' events to display some debugging information:
http://help.tiggzi.com/documentation/...
working in test browser but not in android testing app
Posted: Fri May 18, 2012 6:33 pm
by DavidStubblefield
I set alerts on all three events and get an alert on "complete" and "success". It is not throwing any errors. The service is working as it works when testing online through the browser.
working in test browser but not in android testing app
Posted: Fri May 18, 2012 6:51 pm
by maxkatz
Let's do one more test. Can you install the app (.apk) directly on your phone and try running it?
working in test browser but not in android testing app
Posted: Fri May 18, 2012 6:52 pm
by DavidStubblefield
I did that before posting
Still no joy
working in test browser but not in android testing app
Posted: Fri May 18, 2012 7:59 pm
by maxkatz
What Android version are you using?
working in test browser but not in android testing app
Posted: Fri May 18, 2012 8:00 pm
by maxkatz
And one more thing.. you shared the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?
working in test browser but not in android testing app
Posted: Fri May 18, 2012 8:03 pm
by DavidStubblefield
android version 2.3.6 and yes, I added support to my app share list. thank you
working in test browser but not in android testing app
Posted: Fri May 18, 2012 8:17 pm
by maxkatz
Got it. How do I reproduce the bug..(where to click)?