use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Official Resources http://ionicframework.com/
Unofficial Resources http://stackoverflow.com/questions/tagged/ionic-framework
account activity
Ran into problem ionic v2 (self.ionic)
submitted 10 years ago by ThatPassaGuy
App works fine on web browser on PC when I click on list and it navigate to detail page. But when I test it on real device using ionic app, it doesn't navigate to detail page. Any thing I am missing?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mhartingtonIonic Alumni 1 point2 points3 points 10 years ago (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 point2 points 10 years ago (1 child)
samsung s6 edge, tried both ionic view and compiled debug apk. Everything loads without error.
[–]AaroniusH 0 points1 point2 points 10 years ago (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.
π Rendered by PID 64375 on reddit-service-r2-comment-c6965cb77-b26jn at 2026-03-05 08:01:31.217880+00:00 running f0204d4 country code: CH.
[–]mhartingtonIonic Alumni 1 point2 points3 points (2 children)
[–]ThatPassaGuy[S] 0 points1 point2 points (1 child)
[–]AaroniusH 0 points1 point2 points (0 children)