Problem to call setRoot in my Alert callback
I'm actually doing the same with a confirm alert, it's due to transitioning to the new page before closing the alert, my timeout is about 200 ms. I avoid using any alert before transition or even too...
View ArticleIon-radio with checked="true" does not work?
Is it fixed? cool, now just lacks the docs to get fixed.
View ArticleIonic 2 - Uncaught ReferenceError: ionic is not defined
Hey I'm using:npm -v: 3.5.3ionic -v: 2.0.0-beta.17cordova -v: 5.4.1 I created a new project with: ionic start testeapp blank --v2 and after that i used ionic serve --v2 The console shows the errors...
View ArticleHow to make a background process when app is not running
Hi ItamarCohen, I am writing a sunrise and sunset app. The app is to fire audio alerts when the sun rises and sets. I got the whole thing sorted out under Android thanks to the following 2 plugins:...
View ArticleWhite Screen in Real Device
ekhmoi: t cordova-whitelist Maybe. anyway.I solved problem. thanks
View ArticleError: Cannot find module './source-map/source-map-generator'
I am facing with strange problem. I just create a blank app. When I tried to add android paltform I faced with this error: Error: Cannot find module './source-map/source-map-generator' Also, when I...
View ArticleWhy can't I import NavController and ViewController into Service or App?
I used a workaround as well. I've started breaking the "tell, don't ask" principle in all the areas that I needed to manage the menu.
View ArticleCan no longer build apk for android after updating to Ionic 1.2.0, but...
Yeah I was having this problem as well, but for me it was only after installing crosswalk. If I remove crosswalk, build works OK. Also, crosswalk seems to prevent my app from being installed...
View ArticleHow to integrate Ionic + Native Facebook auth + devise?
I've tried a lot of solutions with ng-token and devise but nothing worked flawless and with native login support. Does anyone have a good approach to that?
View ArticleError occurred trying to fall back to Cordova-lib execution
uninstall globally (use sudo if needed)sudo npm uninstall -g ionicsudo npm uninstall -g ionic@betasudo npm uninstall -g cordova fix permissions like this:...
View ArticleIonic is rotating images?
So, I'm not sure where my problem lies...Please help! This is a basic clean-cut to my process. HTML → JS → PHP → Server/MySQL Somewhere along the line, my uploads are rotated (not from my php script);...
View ArticleVersion ionic-v1.2.1 to download 1.2.4
to download the latest version that appears on the page, download an earlier version , I wonder if anyone has the same problem.
View ArticleAnyone tried the Translate service?
Hi @lordgreg, Another one for you. I have some strings that I want to translate that are in my .ts files. What I found and work is this.translate.get("MYSTRING").value. First of all, is the right way?...
View ArticleAndroid data storage keep growing
hi @zwacky i just checked my config.xml, currently there is default , so basically just replace this value right? not to add a new line Thanks
View ArticleCordova plugins supported in Ionic 2?
Based on the document, there is only one thing related to cordova plugin mentioned. That is cordova-sqlite-storage. How about others? Not supported yet?
View Article