Android crash when google maps is draged
Yeah, it's not perfect, but at least it doesn't crash. I'm trying to figure out a work around atm. Let me know if you figure anything out
View ArticleAndroid crash when google maps is draged
Stupid work around: userMarker.addListener('drag', function() { console.log("hi"); userMarker.setPosition(myLatlng); }); This way it's selectable, so it doesn't crash, but they can't move the marker....
View ArticlePage lifecycle
Is there documentation about the lifecycle of Page, like onEnter and etc? Thanks.
View ArticlePage lifecycle
Never mind. Found it. http://ionicframework.com/docs/v2/api/components/nav/NavController/
View ArticleUsing Node.JS as a backend
Hello everyone, I've been looking for a framework to build a mobile app. I found Meteor but decided to go with Node.JS as it seems to scale more properly. The app basically consists of an...
View ArticleIonic push: no sound
@RWilliams did you ever figure this out? I'm having the same problem where I want to send push notifications from the ionic.io dashboard and trigger a badge and sound when the push arrives. My pushes...
View ArticleUnable connect data from app.js to index.html
Hi,Did you ever get this answered. I now, have a similar question. Thank You.
View ArticleERROR ITMS-90032 "Invalid image path"
Same issue here. Workaround from justinhillsjohnson worked for me!
View ArticleMap not showing up
hi, i have a map element within my app and it will not show up. All of the nearby places are present but no map is displaying. I am using the following: cordovaGeolocation, uiGmapGoogleMapApi,...
View ArticleLocal DB for app?
I going to create a app but trying to work out the base way of storing the data locally. This will be a simple game and will have the following: Users (basic info like name and age) Catergories (Game...
View ArticlengCordova NativeAudio undefined
I was having this problem but when I loaded it onto an actual device it worked fine. Might be one of those plugins that doesn't work in the browser?
View Article'content' attribute in Ionic 2 'getting started' tutorial
Thanks Luchillo, This seems to be along the lines that I was thinking. So the variable is used to link the nav component to the menu..
View ArticleA website with a collection of ionic materials
I found a website yesterday that has a collection of ionic stuffs. I bookmarked it but cannot see in after uninstalling the browser. Has someone come across stuff like that and if you can give me the...
View ArticleSituations in which ionic 2 apps could arguably be released
I know the professional advise is to hold off developing with Ionic 2 until a stable version is released, but please consider the following scenario: I will be developing an app for a client over the...
View ArticleIssue working with Collection-Repeat with recent js framework
I am currently working on an application with a friend and we are finding ourselves in a bind. I have not been able to find anything on this forum regarding the following issue, but if it is something...
View ArticlengFor click
All of the items are referencing the same 'isHidden' value, so when you change it for one it changes for all. I'd so something like this: <ion-card *ngFor="#item of items"> <img...
View ArticleA website with a collection of ionic materials
http://ionicmaterial.com/ http://market.ionic.io/ is this the one you were looking at?
View ArticleAPK Cannot Access the internet
Hi, I emulated my ionic app and everything works fine. But when i do 'ionic run' to install the app on my device, after installation the app cannot access the internet.Please note that this is a debug...
View ArticleKeep side bar open?
Is there anyway to adjust the @media css to work with a 100% web app via in the browser from a computer? When I inspect on chrome and select device as a laptop this no longer works. Only works if I...
View ArticleA website with a collection of ionic materials
Thanks for the reply but it is not this one.It has a lot of resources on ionic like this sitehttp://mcgivery.com/100-ionic-framework-resources/
View Article