InAppBrowser, loadstart, loadstop etc not working... help :(
Hi -- I'm having the same issue. Did you make any progress in finding a solution?
View ArticleAndroid SQlite Problem
You probably are missing the third parameter db = $cordovaSQLite.openDB({name : "my.db"}); var query = "CREATE TABLE IF NOT EXISTS people (id integer primary key, firstname text)...
View ArticleRender HTML tags in template
Hi,I need to render HTML-Tags in a template like: <span class="large" [inner-html]="{{item.TextWithHtmlTags}}"></span> This does render the text, but does not interpret the html markup...
View ArticleDate Picker for Ionic
hi @rajeshwarpatlolla the date in the button still not changing when i set a date. please help
View ArticleHow do you load and use the Media plugin in Ionic 2
I'm trying to use the cordova media plugin in Ionic 2 but can't figure out how to do it. I've tried every form of import {...} from '...' I can think of nothing. I've tried to include it by just using...
View ArticleinAppBrowser Cordova plugin default for all links not working
I'm trying to set all links opened within my app to use the "_system". I've set this in my onDeviceReady(), and it still doesn't work. Instead every link opens through the cordova browser. Could...
View ArticleCustomizing Statusbar in Splash screen
I just thought about doing that, but I think it's not possible since .run method only runs after the app is loaded
View ArticleRender HTML tags in template
Can you just do this?<span class="large">{{item.TextWithHtmlTags}}</span>
View ArticleBug with modal, it's like the user is clicking twice
Hi I have a very weird issue with my app. Very similar to this bug https://github.com/driftyco/ionic/issues/559.I have two buttons that open two modals containing lists. But the first time the user...
View ArticleUsing dark theme
The beauty of Git. The reference to how to use the dark theme was removed from the page you linked to on 28th September 2015. You can see the changes here: github.com/driftyco/ionic-site...
View ArticleEventEmitter TypeError: emitter.subscribe is not a function
Having some issues to bind a value from a child component to a parent one, the parent has this in html: <ion-item [ngClass]="{'primary-disabled': synced}"> <syncServ...
View ArticleWhat are you building with Ionic? We want to know!
Hi, i create an app named Mini Receitas where users can view recipes with few ingredientes (max 5). Recipes can be filtered.The app uses techs likes ES6 (Babel), Cloudant, PouchDB, CodePush and...
View ArticleUsing dark theme
Wrote a very quick post with a solution that works today (8th January 2016) but may not work any time after today due to the project still being in Beta....
View ArticleLost back arrow for ion-navbar (alpha48)
Does someone has the same issue with alpha48? The arrow for the back button disappeared! I know they worked on the ion-icon, maybe related? Thanks in advance
View ArticleHow to nicely filter inside an array of object?
Thank you all for your help! I really appreciated all the different suggestions!
View ArticleIonic is not recognized as an internal or external command
set the path environment variables in Windows C:\Users\«user name folder»\appdata\Roaming\npm
View ArticleAccordion List
I want to create dynamic accordion. Some item will be list, check box,radio button, may be input field. accordion title will be dynamic. How can i do id? Please help me..
View ArticleHow can I use the native camera using Ionic 2?
I haven't completed this task either, but I have been told that functionality now lives in ionic-native. You can find the package in github or npm.
View ArticleCordova native google maps plugin (plugin.google.maps) not working well with...
Just Add the position: relative; property to the ion-side-menu element. it works for me!! Captura de pantalla 2016-01-08 a las 23.33.05.png750x864 278 KB
View Article