Change markers? how? to put into new location
angular.module('map',[]) .controller('MapCtrl', function($scope, $state, $rootScope){}) //var for refresh function initMap() { var markerArray = []; // Instantiate a directions service. var...
View ArticleIssue With Release Build
i have experienced the same problem as yours ,that is why i used intel xdk to build the app. i have build the apk file with intel xdk and it is working fine. First select the www folder of your ionic...
View ArticleIssue With Release Build
Dear Mithun, Thanks for the info. Will definitely try this out. Meanwhile could you please tell me if the Splash Screen worked properly on the .apk version from Intel XDK. Could you please let me know...
View ArticleWhere are the css and js files located?
Thanks for the feedback! I created an issue on Github to improve the docs around adding Ionic to an existing project: github.com/driftyco/ionic Issue: docs: Improve instructions on adding Ionic to...
View ArticleChange markers? how? to put into new location
I'm going to assume you posted this twice because the first one was marked as spam, so I am closing this post as a duplicate of: How can I change the markers into other places markers? ionic...
View ArticleIon-md-inputs
Hey I was making a app using ion-md-input and found out this happening. So i posted a question on SO i asked this. could you answer it?
View ArticleSingle detail pages not cached?
per default only "backviews"-are gonna cached. If your product page is the endpoint of your navigation structure --> it is not cached:Home --> product list --> product Detail (you only can go...
View ArticleSaved Events
if you only need to store flags or simple,short strings you can use the localStorage for that. If you want to store complex and huge datasets use PouchDB, SQLite or WebSQL (or oldschool but easy...
View ArticleWhat are people Using for ad banners and analytics?
what is against google analytics? using it --> easy to implement and easy to use. Gives you full overview about app usage and if you are using your app as a shopping-tool you get something like a...
View ArticleNeed Help ! Post data to RESTful service
For an error 500, the only way to understand what is going on is to look at the server logs hoping that the error has been logged with more details. If you wrote the server it's even easier.
View ArticleTake square photo like instagram with ngCordova?
Hey bro, can you help me to implement this crop?I wanna know how to use the URI 64base image to upload do server and save the image crop,using the android/ios with the ionic. Reply me for we talk more...
View Article"ionic run android" starts the emulator, and don't deploy it to the device
This is really odd - I had this working fine and I haven't change a single thing with my android setup. Not a thing. I have, however, been using Ionic View instead for a long time. I want to test on...
View ArticleHow to disable the debug android in ionic
is it possible to disable chrome://inspect debugging?all my javascript files are there.
View ArticleMy app works fine the first time it lauch, but when launch for second time...
Hello! I'm new in the world of Ionic, I don't understand why this happened to me, this is the brief story: Two friends and I are developing an Ionic app, they can run and use the app well so far on...
View ArticleHow to custom ionic checkbox
Hi everybody, I have a form and a checkbox. When the user click on the check box, I show the password. But I want to replace the basic circle icone by an eye. In the html browser inspector I found...
View Article