Cannot GET /oauthcallback.html?
I solve the issue, I checked the file path location.e.g. oauthcallback.html file should be in root folder so it can be found.
View ArticleJson List Works as /posts/ but not in core
I have an app using the wp API fetching json data from my WordPress blog. It shows up in my browser only if I add the "/posts/" (stateprovider is directing it to templates/posts.html) but when I try...
View ArticleNeed Help with services or global variables
Hi everyone,I am brand new to ionic and pretty new to coding and so I thought I would ask you guys for some help. I am trying to create an empty global variable (var choice={}). Then when the user...
View ArticleIonic and iOS 9
for some views that not getting data from server, setting view for example.
View Article'webkitMovementX' is deprecated. Please use 'movementX' instead
I'm still seeing this despite November 2015 having come and past. If you use Device Mode in Chrome you'll also see a couple other warning messages: Screen Shot 2015-12-01 at 1.40.27 PM.png1508x308...
View ArticleTrouble updating v1.7.6 to newest npm version
After performing sudo npm i -g ionic to update my version I get: npm WARN install:wordwrap ENOENT: no such file or directory, rename...
View ArticleUnable to pan a Leaflet map inside an Ionic Slide Box
Instead of using bevanhunt:leaflet package, the trepan:mapbox package was used without issue. The map box/leaflet map displays and interacts just fine. This resolves my issue but does not fix the...
View ArticlePush notifications for blackberry
Has anyone got push notifications working for blackberry
View ArticleShowing Blank White Screen
In my case the white screen of death was fixed by removing leading slash in the js file path, ex:src="js/app.js" <-- All goodsrc="/js/app.js" <-- WSOD triky one
View ArticleDeploy ionic app as a website
Hi Michael, One of my key requirement is to build the web page first instead of the hybrid app first. At the moment after loads of research I think I will have to go with onsenUI which seems to be...
View ArticleList to be clickable and to lead you to another different list
I have created an ionic list, what I am not sure of doing is being able to click on the items to take you to another list. so the first list is hard coded into the main.html I want to be able to click...
View ArticleGet near-by cordinates with google mas
It all depends, do you want to use a radius to locate all clubs, or do you want to use distance via roads?If you want to use a radius, there is the Haversine formula. Otherwise, you can use the Google...
View ArticleIonic 2 Conference Application - Error
For anybody else facing this issue, here's how I got it to work:1) I moved the whole folder to the C: drive2) Manually edited the package.json file and updated the ionic-framework dependency to...
View ArticleList to be clickable and to lead you to another different list
You need to pass first list id to second controller and catch first list id on second controller and then get second list on the basis of first list id. Are you using stateprovider ?
View ArticleHow to build live video streaming app
I'm looking to implement the same type of functionality. "Live Video - Not Full screen". Can I ask "windht" how the latency of the video is. 1sec, 10 seconds, ?? . Thanks,
View ArticleAnimation between rows during reordering the rows
This is an old post, but I would be interested in something like this as well if anyone has any tips.
View Article