Content security policy
Hi I installed the plugin cordova-plugin-whitelist (I don't really know why, I think because I saw some solution to an error in the forum ). And I have that in my config.xml: <access...
View ArticleNeed advice choosing technoloty stack. (Ionic involved)
So what about the PouchDB/CouchDB? I love the db.replicate.to('http://example.com/mydb'); part
View Articledeviceready has not fired after 5 seconds
I have a big problems.. when a use document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { $scope.prueba = 'ready'; } I have this error deviceready has not fired...
View ArticleProblems with charset em some application screens
Exactly, some files are encoded with ANSI, i choose to UTF-8 and works. thanks a lot.
View ArticleIonic build android
Help! I run into this error when I run ionic build android: SyntaxError: Error parsing...
View ArticleHow to get a file from drop box app in order to upload it on external server?
Hi all ionic folks, I like to do the following:1 i do not want to use dropbox api2 i have a button on my app saying "upload a file from dropbox"3 after tap on it, i like drop box app to open to choose...
View ArticleGet div height without Jquery
Thanks a lot! But I already knew how to send it to the view, but I really need it in the controller.Coz I need to set the height dynamically of ion-slide-box on slide change. I also noticed something...
View ArticleIonic-platform-web-client does not bootstrap cordova
Same issue here on android. if I include ng-cordova.min.js and debug directly on my device - its working! But not via ionic deploy
View ArticleSaving and Restoring $ionicHistory
Hi, This may be a n00b questions, so please forgive me if it is... I am creating an ionic app that "wizards" a user through about 10 forms. As the user submits each form, it saves the form data object...
View ArticleAdd html of button as a paramater for button's ng click function
Hi, I'm pulling through a json file into my Ionic html file. For some lines of text, I have transformed them into a button. My plan is that when the user clicks the button, the html of that button is...
View ArticleThe mysterious case of missing notification settings
Hey all, all of a sudden, when I go to notifications menu in iOS, I don' see any way to enable push notification sound for my app and nor do I see any way to change alert style. I've tried...
View ArticleWhat is the solution for back button
Thank you svenissiomo but it still not working well .
View ArticleMulti page title
Hello there I want to put one title for all of my app, right now I'm using this code in every single page: <ion-view> <ion-nav-title> <img src="img/logo.png"> </ion-nav-title>...
View ArticleWhich angular version should I use
LouisR: I just tried ionic lib update I usually edit my bower.json and then run bower update but I don't use ionic starters so maybe there are better ways. I rather use usual tools for angular...
View ArticleHow to generate barcode with ionic+cordova?
I made a basic directive with JsBarcode .directive('barcode', function () { "use strict"; return { restrict: 'EA', scope: { data: '=' }, template: '<canvas id=barcode></canvas>', link:...
View ArticleUPDATED: Persist radio button selection in localStorage populates to all...
Thanks! I agree with you ... I thought localstorage is more 'permanent' solution so I don't need to involve server side for such a simple action ... I don't even want to ask user to signup/login to do...
View Article