[FIXED] Retrieve Parse Query result from a .factory into a .controller
It turns out I was just being a newbie:-)@mhartington Helped me out on Slack and I was actually trying to return a value after the query.find when I needed to return the query-find itself.
View ArticleImpelemting a Google Map API
I just needed install angular-simple-logger.js, did work for me
View ArticleIonic 2 Beta / Geolocation plugin not working
It appears that the geolocation plugin isn't even in there. I did a full search of the code looking for Geolocation, and found no results. Perhaps this has been documented, but not implemented yet?...
View ArticleUsing Google Maps and Geolocation in Ionic 2
I'm getting ready to try this myself, how did everything work for you?
View ArticleIonic platform add android
1.png1127x469 227 KB can you please help me about this error. what step should I do ?
View ArticleIonic 2 Beta / Geolocation plugin not working
It seems that the geolocation wrappers have been removed. I ended up wrapping the cordova call into a promise: var p = new Promise(function(resolve, reject) { var options = {timeout: 10000,...
View ArticleIonic View App connection on android
In testing the online/offline of our app the connection of the 3G/4G/WiFi isnt being registered in the app and it thinks im offline. Any information on it?
View ArticleKeyboard closing causes entire page to disappear
Also had this issue. Your fixed worked. However I believe they fixed this with 1.2.4 or at least some where in between 1.2 and 1.2.4.
View ArticleTried installing wp8 platform, now ionic 2 ts does not work anymore... :(
I was using Ionic V2 flawless but I had tried to do:ionic platform add wp8 Now I don't know the reason, my ionic stoped working...I already tried to remove EVERYTHING including node and reinstalling...
View ArticleExternal links opening in the same window IOS
There are many such questions already and some have posted working solutions. My issue is slightly different. I have an Ionic App, which has an admin view (Another webapp), which is also an angular...
View ArticleTried installing wp8 platform, now ionic 2 ts does not work anymore... :(
if I compile with tsc it works... but not automatically: tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app/app.ts it creates js files and works but it is not good b/c i need to run every time...
View ArticleAndroid Build Error
Hi everyone, how they solved this ?. I have the same error. I have all the plugins installed, use ionic plugins list and that's ok. Thanks!
View ArticleWhat is not possible with ionic
You might not like my answer. But for your case, I would write my own Cordova plugin to do it. And if stable, release to public~ yey!
View ArticleHeader bar title issue on iOS
I have the same issue for weeks and just fixed right now. I put the following line in config.xml instead of the "run" method. <preference name="StatusBarOverlaysWebView" value="false"/> And then...
View ArticleIonic ios app stuck on splash screen - works in emulator not on iphone 5s device
The same PR, no matter in the real devices or emulator, it just stuck on the splash screen. Any one solved this? Much thanks!
View ArticleTesting default ionic app on ios emulator
Hi iarry, When I run ios-sim start, the emulator loads fine. Its when I try to run it using an ionic app. I do not even see the apple logo when I run the simulator for an ionic app. Any ideas?
View ArticleIonic platform add android error
Same here. Take a look to the output of ionic info : Cordova CLI: Not installed. Cordova seeps to be not installed even after running npm install -g cordova. I managed to make it work by installing...
View ArticleOffline (Google) Analytics
The Cordova Google Analytics plugin already has the ability to store locally the tracking events and then dispatch them once the device is back online....
View Article