Page 1 of 1

How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 12:37 pm
by Toblerone

Hi everyone,

I have a weird problem. I have some code which works fine in browser, works fine in appery tester for web, but once i try it on device tester it fails. How do I go about finding out why it doesn't work on device?

And yes, I know site is down atm, I meant to post this a few days ago :P

thank you


How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 12:45 pm
by Alena Prykhodko

Hello Toby!

Have you tried to run it as native app?
Also what device/OS version do you have?


How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 1:07 pm
by Toblerone

Not tried running as native app yet, would that make a difference and why?

Tried the tester on iPad as well as Android phone, same result.


How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 1:18 pm
by Alena Prykhodko

Different browsers have different behaviour, especially mobile browsers.
What browsers and versions do you have?


How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 1:25 pm
by Toblerone

Latest chrome on the android device, iOS 6.1 on the iPad.


How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 1:55 pm
by Alena Prykhodko

Please try to install and run it, if doesn't work share your project with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a or e-mail us with public link, we'll test.


How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 4:45 pm
by Toblerone

Just generated an apk, still doesn't' work same as web tester does, will share with support now.

p.s. : project was called imageswipe


How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 7:04 pm
by Igor

Hi Toby,

Could you please clarify what exactly didn't work or post a screen shot? I have tested on Android device, it works for me.


How do we go about debugging problem that only happens on tester?

Posted: Sun Sep 01, 2013 7:42 pm
by Toblerone

When you test it on appery.io tester, the image moves left/right as you swipe/drag.

On appery tester on device or as apk it does not,it just shows a static image.


How do we go about debugging problem that only happens on tester?

Posted: Mon Sep 02, 2013 1:49 pm
by Anton Artyukh5836028

Hello,

Appery Tester is app with own styles, almost impossible isolate your app from Tester styles. So design you must test with native app binary.

Testing app-logic you can with alerts messages or debugging with IDE (Eclipse or xCode).

For debuging web-site useful using mobile Chrome browser with remote debug enabled.