Page 1 of 1

Browser testing vs mobile testing app

Posted: Fri May 18, 2012 3:32 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?


Browser testing vs mobile testing app

Posted: Fri May 18, 2012 3:38 pm
by Paolo

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....


Browser testing vs mobile testing app

Posted: Fri May 18, 2012 3:40 pm
by Paolo

sorry I meant Deviceready and Load event