Cordova plugin not available on platform.ready()
I think the problem is what the comment at https://github.com/chariotsolutions/phonegap-nfc/blob/master/www/phonegap-nfc.js#L9 explains.
View ArticleMake Android default for mobile or anywhere else?
I'm looking for it everywhere and i don't find the way to make the default theme to alway be Android for mobile only or for another project i will reveal here latter.
View ArticleMaps ionic
Can somebody help me!!! the google maps card doesn't load in my android device but it load on my browser
View ArticleCan't show images from Android storage
Hey, I'm developing an app where users can choose a photo from their gallery to use as a profile photo. I'm using cordova-plugin-camera to get this image and I'm having some problems with displaying...
View ArticleIonic just lost me
I just checked the new ionic 1.2 with this angular 2, You just lost me. it was fun before now this new way of doing app is not fun at all. I will return to html and jQuery. How to complicate things...
View Article(*ngFor) Performance issues when getting a long list of items
I am not sure if this is angular 2 or ionic 2 related, but when I make a long list of a certain array (let's say over a hundred but I am unsure) there is a huge performance issue when I 'run' it or...
View Article(*ngFor) Performance issues when getting a long list of items
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIs popover component available in ionic 2 beta.53?
You could search for a library that manages this for web and just inject it in the project, yes it is a solution with a third party library but at least is better than writing this kind of...
View ArticleERROR ITMS-90032 "Invalid image path"
I ran into this today, as well. A quick fix for this is to: go into the Xcode project > Build Phases > Copy Bundle Resources > + (add) > Add Other... Navigate to [project] >...
View ArticleIs showWhen broken?
I don't know why showWhen="ios" and showWhen="android" is always evaluated to false although there is class="ios" in the html body. HTML <ion-buttons start> <button...
View ArticleAndroid crash when google maps is draged
I figured it out! I literally spent hours till I got it. All you have to do is set draggable to true on the markers like this: var marker = new google.maps.Marker({ position: markerLatLng, map: map,...
View ArticleIs showWhen broken?
So unless I add ionicplatform=ios to the browser url, platform.is('ios') returns false. So even though the theme is iOS but it doesn't imply the platform to be iOS. Is my understanding correct? It's...
View ArticleAndroid crash when google maps is draged
Awesome, just tried it with draggable: true and maps work fine. Great job. Worked on nexus 6p and nexus 5x that crashed with the sample apk above. Now the crash is avoided which is a great thing. Now...
View ArticleCreate Icon & Splash Screen
I have followed all the steps in that guide. Thank you. What I can't figure out it is why sometimes it works because once I have done the splash and after I made some changes it was impossible to...
View ArticleIon-Slide-Box + Filtering
Hi, did you end up finding a solution to this? As it fits a situation similar to my own. Kind regards
View ArticleCan't show images from Android storage
hi, you can post your camera options objectand what error you get when you debug . maybe your app don't have permission to go to storageso add in your config.xml <access origin="file:///*"/> and...
View ArticleHow to programatically open the ion-option-buttons on ion-items
Inside my Ionic application, Let's say I have an ion-list with some ion-items inside like this: <ion-list> <ion-item> I love kittens! <ion-option-button...
View ArticleSwipeable item list how to hide edit, delete buttons after event
I have swipeable list as follows, I swipe a list row to left to reveal "cancel appointment" button and After clicking and canceling appointment by function cancel_appointment , I want the list row...
View ArticleIonic Framework Installation Error
Hello, I am trying to install Ionic in my windows 7 pc. I have done installation of following DependenciesNode version v0.12.0, Cordova CLI, Ionic CLI version 1.7.14, Ionic app library version 0.7.0....
View ArticleBuilding for android
Hi, I am new in ionic and need some help. I am trying to build an app exported from ionic-creator. after exported, i entered to de add app and ran $ sudo ionic setup sass i got some warning: npmnpm...
View Article