How Can i Debug an app opened in webView ? Does Ionic provide any tool for this?
No, but the routine remote debugging has been good enough for most cases. Some things still do not show up in debugger even in the ionic run --device. For example a select screen (never shows), or...
View ArticleAdd Disclaimer/Terms Agreement to App
https://developer.mozilla.org/en/docs/Web/API/Window/localStorage -> use localStorage.getItem('itemName') to retrieve data from localstorage-> use localStorage.setItem('itemName', 'value') to...
View ArticleNo provider for Http - ionic2 alpha 42
Hey have you used the http for getting data from web api? the one i had working before the update doesn't work any more.
View ArticleUnable to use InApp browser options
Hi i am a newbie to the ionic frame i am learning ionic by my self and while practising i got a problem with the InApp BrowserBelow is my codeIndex.html code : <ion-header-bar...
View ArticleBest database to use for my ionic project?
Hi All, I'm a little late to the discussion, but I thought I would share my findings. The information I can share is as follows:1. I have used a local sql database. Easy to setup and easy to use if...
View ArticleHidden nav-bar using $state.go() with disabled caching (Beta 14)
You could also show the nav-bar after entering the view by using the following piece of code in your controller. $scope.$on('$ionicView.enter', function(e) { $ionicNavBarDelegate.showBar(true); });...
View ArticleInput type=date not work properly on Ionic 2
@bengtler, i don't know about Genesis, but you sir did solved my problem with the keyboard. Thanks for the hint
View ArticleHttp observable functions removed?
Hi, before update to ionic-framework-2.0.0-alpha.42 i had a http request working but now it's not, it seems like the update removed certain functions from the observable returned by http:...
View ArticlePopup close from code?
Hi, did the update to aplha.42 made changes to popup service? i'm getting some errors since the update, could you point me to the changelog?.
View ArticleIonic.bundle.js & ionic.css files suddenly missing
I think you have wrong directory defined for ionic.bundle.js & ionic.css. So to solve this go into directory for (dot).ionic in your lib folder include the flies ionic.bundle.js & ionic.css...
View ArticleMotorola android mc3200
@norbertbede Hi...!! am Interested to work on it can you please text me(saibabu.mhvr@gmail.com).
View ArticleHelp with IONIC + Leaflet + MBTILES
I've been using angular-leaflet-directive for an application and worked perfectly for me. I would continue with Ionic + Leaflet directive I think so, you also can use the whole leaflet functionality...
View ArticleHow to disable a button on a condition?
What version of Ionic are you using? Run ionic info from a terminal in your project folder to get this.
View ArticleIon list performance slow for large data
Hi, i think this issue is more for the *ngFor directive, as we try to display large items in a list, this takes some time to instantiate the dom elements that will hold the values of the variables,...
View ArticleIonic user authentication with http https
Hi, I built a simple user authentication program based on https://devdactic.com/restful-api-user-authentication-1/ which works fine on http but has trouble with https. For some weird reason, it works...
View ArticleUsing Ionic's Built in Gestures
Hi @mhartington I too am trying to bound the drag element to a box but I am having no luck. Can you help with this?
View ArticlescrollView.option throws error on Android 4.4.2
Getting the same issue, does anyone know if it's a result of a missing attribute? Looking under the ion-content docs it shows all of the attributes as optional so I'm left guessing. Messing around...
View ArticleIf you want to get started: Check out my little Ionic Weather Application...
Hi, I've been experimenting with this project and I have some issues. I can successfully run it on my phone but when I try to add a new location I get the "Error adding location" popup. When I try the...
View ArticleNo provider for Http - ionic2 alpha 42
Actually I have yet to try it on web requests. For now I'm only getting data from local json files.
View ArticleNo provider for Http - ionic2 alpha 42
I made it, it's working now but some functions had to be removed (retry, timeout, delay, map): headers.append('Content-Type', 'application/json'); this.http.post(url, JSON.stringify(json), {headers:...
View Article