DavidStubblefield
Posts: 0
Joined: Fri Apr 27, 2012 8:03 pm

working in test browser but not in android testing app

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?

DavidStubblefield
Posts: 0
Joined: Fri Apr 27, 2012 8:03 pm

working in test browser but not in android testing app

As a note, I am invoking the service for page B during the "load" event. I also tried the "page display".

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

working in test browser but not in android testing app

Use service's 'Error' and 'Complete' events to display some debugging information:

http://help.tiggzi.com/documentation/...

DavidStubblefield
Posts: 0
Joined: Fri Apr 27, 2012 8:03 pm

working in test browser but not in android testing app

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

working in test browser but not in android testing app

Let's do one more test. Can you install the app (.apk) directly on your phone and try running it?

DavidStubblefield
Posts: 0
Joined: Fri Apr 27, 2012 8:03 pm

working in test browser but not in android testing app

I did that before posting :) Still no joy

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

working in test browser but not in android testing app

What Android version are you using?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

working in test browser but not in android testing app

And one more thing.. you shared the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?

DavidStubblefield
Posts: 0
Joined: Fri Apr 27, 2012 8:03 pm

working in test browser but not in android testing app

android version 2.3.6 and yes, I added support to my app share list. thank you

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

working in test browser but not in android testing app

Got it. How do I reproduce the bug..(where to click)?

Return to “Issues”