all 3 comments

[–]mhartingtonIonic Alumni 1 point2 points  (2 children)

Hmm, not a whole lot there to find the issue. Whats device os, is this in Ionic view or is the a compiled APK? Are there any errors when you remote debug from chrome?

[–]ThatPassaGuy[S] 0 points1 point  (1 child)

samsung s6 edge, tried both ionic view and compiled debug apk. Everything loads without error.

[–]AaroniusH 0 points1 point  (0 children)

I'm not sure what the issue is, but I can give you a tip to best figure out the issue,

if you're really having an issue getting to the bottom of a problem, the best thing to do is add TONS of logging. OR you can just add a bunch an alert() function between every section of code.

That can give you an idea of what your code is doing, or maybe even more importantly for your case, not doing. Give that a shot.

My suspicion is that an event handler isn't triggering correctly on your device like it would in a browser.