Toblerone
Posts: 0
Joined: Wed Aug 07, 2013 5:08 pm

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

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

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

Hello Toby!

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

Toblerone
Posts: 0
Joined: Wed Aug 07, 2013 5:08 pm

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

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

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

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

Toblerone
Posts: 0
Joined: Wed Aug 07, 2013 5:08 pm

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

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

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

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.

Toblerone
Posts: 0
Joined: Wed Aug 07, 2013 5:08 pm

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

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

p.s. : project was called imageswipe

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

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

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.

Toblerone
Posts: 0
Joined: Wed Aug 07, 2013 5:08 pm

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

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.

Anton Artyukh5836028
Posts: 0
Joined: Wed May 08, 2013 12:57 pm

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

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.

Return to “Issues”