Is there a LocalStorage limit on iOS when app is built?
I am using LocalStorage to store cached data. All of a sudden I am getting the following error in both simulator and when I build the app on my iPhone: Error: QuotaExceededError: DOM Exception 22...
View ArticleNative Scrolling: Android Testers Wanted
My Native Scroller is not working ...Below are the app.js code where I have put the code at .config () if (ionic.Platform.isAndroid()){ $ionicConfigProvider.scrolling.jsScrolling(false);} . Please...
View ArticleI need a new Component! (Challenge?)
Hi @saravcts, Can you please give me a demo of using nav-views inside the tab content and be able to navigate back and fro through the different states? I mean, I should be able to click on an element...
View ArticleNS_ERROR_FILE_CORRUPTED: ,...
Hi fabriciosilva, I wasn't able to fix it so I started from scratch again and everthing worked.
View ArticleI need some help in starting a project!
Hi everybody!I'm making an app with tabs, the content is a directory of local restaurants, it includes photos, the menu of the place and directions. So the question is:How can I update the content...
View ArticleIonic view not updating height after adding img
Were you able to solve this with $ionicScrollDelegate.resize()? I'm having the same issue except that my list that expands is inside a directive and so I think I need to broadcast the event to the...
View ArticleIs there a LocalStorage limit on iOS when app is built?
you should use another option to store your data --> sqlite, pouchdb, lokijs and so on localstorage is not that persistent. it can be erased in some cases.. like upgrade from iOS8 to 9 --> all...
View ArticleDeleting a project properly
remove the folder or all the content of the project folder.if you connected it with your ionic.io account you have to delete this project their too.
View Articleandroid_home path
before adding everything you find on the internet to system files^^ --> you can set the env variable temporary for your shell/bash instance. open a new shell --> run "export...
View ArticleConnect to remote database
https://docs.angularjs.org/api/ng/service/$http then you need an api and an endpoint to get the data you want from your backend.
View ArticleNg-clicks are slow
I am now using on-touch instead of ng-click where there is no need for pull to refresh etc. and it is much faster than ng-clicks.
View ArticleWhen i close $ionicModal , Keyboard auto open
maybe there is an inputfield behind your close button on the view behind
View ArticleTake a picture and upload to Parse
Hi Aaron,Project is not working on Android devices. Could you please check it out?
View ArticleHave installed ionic box and logged in to the machine. Now what?
ionic -vv1.1.10 node -vv0.10.25 cordova -v3.5.0-0.2.7 I am also trying to create a box from scratch. I will see which path comes to success first. I have gotten Ionic up and running by performing the...
View ArticleConnect to remote database
Hello @bengtler,but where I set the connection with the database?I mean: db_name, login_sa, password_sa
View ArticleIs there a LocalStorage limit on iOS when app is built?
Thanks! Our of interest, what was your preferred solution for storing data? Obviously cached data doesn't need to be consistent for me. There is however other data that I would like to keep between...
View ArticleIs there a LocalStorage limit on iOS when app is built?
the limit is 5MB in general i think. For the chrome browser you can increase that limit programmatically till 30 or 50mb ... something like that. but thats not recommended. It depends a little bit...
View ArticleConnect to remote database
thats done in your backend --> simple example: you have a php file on a webspace or server -> http://example.com/api/myPHPAPI.php?action=getData in the php file you get the parameter action...
View ArticleLaunch external links with sidemenu enabled
I want the salesforce page in a container that is set under a header through which I can open sidemenu , If you share some example that would be really helpful.
View Article