Google maps geocoding
There is a cardova plugin for ios and android for cordova and then there is a ngCordova plugin. Which one to use? Since Ionic uses angular I am a little confused which one to use
View ArticleiOS Debugging
Ok, but then i see only app.bundle.js file. I need to debug unbundled files. Do you have any solutions?
View ArticleUsing ion-scroll with zoom & mouse
Hi there, I have the following fragment of code that works great on touch devices: <ion-scroll delegate-handle="imgscroll" has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width:...
View Article$http.get not executing functions on success
Hi JC_cap, thanks for the reply, when I tried console.log(response), it shows [Object,Object,Object]. And when I added alert(JSON.stringify(response)), it alerted the data required in a json format.So...
View ArticleSCSS Custom Colors in Ionic
I want to know how i can add dynamic color hex code coming from backend services (The color will be selected by the user from dashboard). How I can implement that hex color in the ionic app css?Means...
View ArticleUsing ion-scroll with zoom & mouse
Hey ho, never mind. I keep forgetting the lovely ionicScrollDelegate exposes all the methods I need. Problem solved.
View ArticleAngular 2 form validator for ionic 2
Make it works finally by referring to this: https://coryrylan.com/blog/angular-2-form-builder-and-validation-management
View ArticleEXCEPTION: No provider for Http! How to solve?
You need two other providers: ConnectionBackend and HTTP_PROVIDERS. So:import {Http, ConnectionBackend, HTTP_PROVIDERS} from 'angular2/http'; And:@App({ providers: [Http, ConnectionBackend,...
View Article$http.get not executing functions on success
google chrome console (isn't that the way to do it?)
View Article$http.get not executing functions on success
It's wierd that Chrome console shows you [Object], because it would be able to actually decode the objectWe'll try to get you an output. you could try : for(a in array)console.log(array[a]) or...
View ArticleDoes ExitApp put app into backround or complete remove
I did not solved exitApp but implemented a work around in the initialization of my 'intro' controller with calling the function: function startupCheck() { var alertPopup; var alertExit = false; var...
View ArticleCollection-repeat shows up as a grid instead of a list for a moment while...
This issue seems to occur when I switch the view back to the page with the collection-repeat in it, or empty and replace the data in the list. For a split second (on my computer) and much longer (on...
View ArticleTroubles with Syncing PouchDB Database
@joshmorony did you get this to work? I have PouchDB working in an Ionic 1 project and I'm looking to convert that app to Ionic 2 so I'd be interested to know if there are any problems.
View ArticleTroubles with Syncing PouchDB Database
No but I haven't tried any more since I posted this, PouchDB in general seems to work fine though it's the syncing to Cloudant that I can't get happening, so may be an issue with Cloudant or just me -...
View Article$http.get not executing functions on success
for(a in $scope.datas)console.log($scope.datas[a]); shows the json array one character per line. console.dir(functor); -functor is not defined console.dir($scope.getdata()); -undefined Tried all these...
View ArticleVertical touchscreen scrolling not working in Ionic with Windows
body {-ms-content-zooming: none;}it's not working explain your full answer .
View Article$http.get not executing functions on success
Do you know the format of the response you are expecting ? Are you sure you receive a valid JSON file ? If you have an output with for(a in $scope.datas)console.log($scope.datas[a]) You might be able...
View ArticleError: undefined is not an object (evaluating 'viewHistory.currentView.index')
I posted issue at Github. github.com/driftyco/ionic Issue: Error: undefined is not an object (evaluating 'viewHistory.currentView.index') opened by kntmrkm on 2016-02-17 Hi, I'm using ionic below...
View Article