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

Browser testing vs mobile 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?

Paolo
Posts: 0
Joined: Thu Apr 12, 2012 9:51 am

Browser testing vs mobile testing app

I don't know but maybe on the page B you are using an event onReadyDevice and if you test that on the desktop browser don't catch it but if you change that with onLoad event will work on both....

Paolo
Posts: 0
Joined: Thu Apr 12, 2012 9:51 am

Browser testing vs mobile testing app

sorry I meant Deviceready and Load event

Return to “Issues”