Will data saved in $localstorage persist across an appstore/playstore update
@m1nka wrote: I've found so many different opinions on this topic. Lots of threads (also in the ionic forums) stating that the data will be lost, others saying the data will persist. This guy from SO...
View ArticleDo I have to install latest android SDK, build tools
@SachinSharma wrote: HI,I am trying to make android app,it runs just fine on browser. But when I try to run on android it asks me to install the latest and greatest android SDK and other build tools....
View ArticleiOS version not working
@blanketrock wrote: Okay guys, I am really struggling here. My app is almost complete, everything works great in the browser so I am off to testing in iOS. The part of the app that isn't working is...
View ArticlePush from Scratch instructions result in failed build for iOS
@stewartmccoy wrote: Hey all, I followed the instructions on Push from Scratch, however, when I run ionic emulate ios or ionic build ios or ionic run ios, my build fails with the following error: **...
View ArticleApp works on device (iOS) and through the browser but not Ionic View
@NetwalkerStudios wrote: I have an app that is working on the device (iOS) and through Ionic Serve and I wanted to share it with some people so I uploaded to Ionic View and it runs but after...
View ArticleIonic latest version (1.7.14) ion-scroll is not working
@sahilsaid wrote: I tried to follow a very simple example from here: http://ionicframework.com/docs/api/directive/ionScroll/but it seems like the zooming functionality has been broken in the new...
View ArticlePlease someone help me!
@jesst446 wrote: Hi, I have this set up for the nearby health services but how do I get it to display the nearby services ive tried a number of ways but nothing seems to work it just goes blank...
View ArticleChance type input by check toggle
@njunior1980 wrote: Hello friends! I will like to change the type input "password" for "text" when the toggle button is checked. How to do it? thanks Posts: 1 Participants: 1 Read full topic
View ArticleOne-time push from dashboard returning error
@stewartmccoy wrote: I followed the directions on Push from Scratch and successfully ran ionic emulate ios to launch the test app. I added alert(token.token); to the push.register function so that I...
View ArticleNotification App-Can Ionic do it?
@LeoneMitchell wrote: Hello, i am developing an app for a project that i have to complete and want some feedback on how best to develop this and if their are any tutorials to help with this, Here we...
View ArticleIssue with $ionicSideMenuDelegate.$getByHandle() when multiple menus are present
@bensinclair wrote: I have two side menus in my app. A full time left menu and part time right menu that is enabled depending on the view. I am trying to disable the dragging of the right menu when it...
View ArticleCreate Notification to update App
@tameen wrote: I want user to view notification to update application with new version. Like What's app shows notification to update your what's app with new version. Should i go for...
View ArticleAndroid: zoomBy, zoomTo are marked as deprecated in native scrool view...
@anatolys wrote: Hello! I use both zoomBy and zoomTo of $ionicScrollDelegate to zoom photos in photo viewer:http://ionicframework.com/docs/api/service/$ionicScrollDelegate/ When I updated my project...
View ArticleShow last character in password
@JC_cap wrote: Hello everybody, I'm currently facing a problem with a password field. This field is filled by a digital keypad for safety (a grid of clickable image numbers) For each image pressed, I...
View ArticleIos deprecated warning
@enniob wrote: I'm creating an app that is using the location service, and when I run the app on the xcode to test on the device I get the following warning message....
View ArticlePopup issue
@nani_madepalli wrote: Hey everyone,I'm creating an app in ionic , in this app i called an multiple(5) rest services on one submit button. If all service are return an error at that time i'm shown an...
View ArticleIonic local storage issue
@enniob wrote: I'm using local storage to store some basic user information, and I just noticed some odd behavior. Are the local storage shared between apps? I'm using the information provided on this...
View ArticleEquivalent in Android: 'Localization native development region'
@igordeoliveirasa wrote: In order to change Cordova camera plugin's labels from English to Portuguese, in iOS I had to change at .plist the value of 'Localization native development region' from...
View ArticleionHistory loses data on refresh
@saras_arya wrote: I am using IonHistory just as this plunk in my app. The issue is during development when I refresh after writing some code. The back button stops working. Mainly due to ionHistory...
View ArticleNg-repeat doesn't always update when $scope is updated
@andyd94 wrote: Hi all, I'm having a slight issue with Ng-repeat. I have two views, the first one (Search) has a button which when clicked will add an item to $scope.results1 and then take the user to...
View Article