Two index.html: What are their purposes?
trin87: A question: After creating a new blank app, I saw in app.components.Ts rootPage:any = HomePage; so the start page is the home.html. Then what is the real utility of having also index.html?...
View ArticleHow do I use Reverse Geocoding?
Could it be that you're importing Geocoder a second time in your code? It may be the case that you have to add declare var google to your component. I haven't used native-google stuff, just regular...
View ArticleInstall ionic mac
i have a problem when when I install ionic I get an error my error is this iMac-de-TALLERMAC1:Users TALLERMAC1$ sudo npm install ionic@legacy npm WARN saveError ENOENT: no such file or directory, open...
View ArticleLoading js script stuck on device
hi,all work good on ionic serve but on device it get stuck: 1.png1920x1080 144 KB
View ArticleIonic3 background geolocation real-time in bdd
Hello, I am currently on a project where I have to display the real-time position of my users on a map (as does uber). I would like to know if my architecture can support up to 50 users at the same...
View ArticleGeolocation Plugin doesn't work on Android
@filippodicostanzo - apologies for the delay in response. I have been focusing primarily on iOS and hadn't tried things in an Android emulator in a while. I just spun up an SDK23 emulator (which...
View ArticleGeolocation Plugin doesn't work on Android
I think running your location functions is more likely to be successful if placed in ionViewDidLoad, as opposed to this.platform.ready. Running those functions in this.platform.ready often throws an...
View ArticleIonic zooming svg
Hello, I need to implement zooming of svg elements.feature includes both pinch zoom and drag.Please help me how to implement this
View ArticleHow to use hidden attribute to hide an element in an array
I changed your post to format your code or error message correctly. Please use the </> button above the post input field to format your code or error message or wrap it in ``` ("code fences")...
View ArticleIonic slides previous/next
Hello, I am wondering how to get previous slide and next slide index in ionic3.what is the apis available for that.please help me out.
View ArticleUnable to call native camera plugin at startup in Production mode
hamzatrq: but as soon as I run it in prod mode the app What does that mean? What do you do to "run it in prod mode"?
View ArticleIonic slides previous/next
ionicframework.com Ionic Framework The easiest way to build amazing mobile and progressive web apps. 100% free and open source. may be this helps you
View ArticleAdvice of Backend for ionic
Use whatever you have most experience with or are most confident you can gain the experience. Ionic only requires an API on the other side, and APIs can be built in almost all backend frameworks quite...
View Article[ERROR] An error occurred while running npm install (exit code 1):
i have same problem and not understand how you resolved. please help us
View ArticleUsing an API globally across an app
I'm only about 3 months in to Ionic, so I'm no pro, and won't go into detail. But, I was terribly confused by this concept at first too. To literally create a provider, run ionic generate provider...
View ArticleSince the time i have upgraded my application to ionic 3 , from ionic 2 , UX...
This is probably a problem with your app - there are no other reports of major slowness after upgrading.
View ArticleApp is run forever
anivaishu: It's work only on app is running. Then you didn't implement correctly. Push notifications work always, also when the app is not running or in background.
View ArticleUpgrading existing ionic project to latest version
You didn't really ask a question, but: https://github.com/ionic-team/ionic/releases/tag/v3.4.0 has a nice "Steps to upgrade" description.There was a .2 release later, so just replace "3.4.0" with...
View ArticleChanging values in ionic not getting?
Could you share the solution or select the one given to you as the solution (checkbox icon under post)?
View Article