Ionic 2.0: Uncaught ReferenceError: ionic is not defined
Same here. While the ignoring of error works i.e. no impact on the app, it requires at least 2 clicks for every app refresh (live reload) and is becoming annoying. Would sincerely appreciate the work...
View ArticleAndroid build fails
Trying to build android package for a simple ionic2 project gives me this error. I am not using anything related to cordova yet. An Error occurred trying to fall back to Cordova-lib execution:...
View ArticleIonic / cordova problem of embedding youtube
Have you figured out a solution yet. I am facing the same problem
View ArticleHappy to see the ion-spinner component added in Beta.2, but
Bumping this to see if anybody has tried using the Spinner component successfully yet?
View ArticleGoogle Plus +1 button inside app?
In the las 15 minutes of the bounty an angel appeared and found a solution! stackoverflow.com How to place a Google Plus +1 button inside cordova/ionic app? asked by Rodrigo Graça on 08:01PM...
View ArticleModular charts in Ionic?
@mhartington Thanks for fast answer: I'll look right now at C3. ng2-charts forgot the error, testing again but the starter doesn't transpile, have the starters already changed to browserify? That's...
View ArticleHappy to see the ion-spinner component added in Beta.2, but
If you look the source code, you can see that you can give a name <ion-spinner name="ios"></ion-spinner> <ion-spinner name="ios-small"></ion-spinner> <ion-spinner...
View ArticleIon-refresher question
Hi @swarner, I want the ion-refresher to stay there until the subscribe is completed. I found that the Promise help me to fix that. I don't want to use a setTimeout like their example because I don't...
View ArticleiPad App Using Cordova - What are my options?
Hi,So elements are not at 100% width? I am designing specifically for iPad (internal business function) so I know it will be landscape etc. Is there therefore any advantage in using Ionic over...
View ArticleIonic.io "user.isAuthenticated is not a function"
I'm migrating my app to the ionic.io beta Ionic.Auth service. But i keep getting that error
View ArticleIon-scroll horizontal and zoom not working svg
Hi everybody, I'm new in Ionic and I'm trying to implement a very basic view as the one in the example of ion-scroll http://ionicframework.com/docs/api/directive/ionScroll/ The Only difference I have...
View ArticleIonic.io "user.isAuthenticated is not a function"
Nevermind, i just needed to upgrade the bower libs.
View ArticleCannot read property 'DATA_URL' of undefined Camera plugin
Hi , i'm facing a little issue , with the plugin Camera when i try to add some optionsgetpic() { let options = { quality : 75, destinationType : Camera.DestinationType.DATA_URL, sourceType :...
View ArticleCannot read property 'DATA_URL' of undefined Camera plugin
ondonda: Camera.DestinationType.DATA_URL Change these values to: navigator.camera.DestinationType.DATA_URL (all of them, not just the DATA_URL)
View ArticleCannot read property 'DATA_URL' of undefined Camera plugin
Many thanks josh its working
View ArticleiOS build fails
This is probably an issue with plugins. Uninstall all plugins, remove platform, add platform, install plugins.
View ArticleSide menu content with expose-aside-when does not resize when window resizes
Thanks for tracking down the issue to the resize handler. You appear to be less new then me. Using your reverted code above has temporarily solved my problem. However, I had to paste carefully to make...
View Article