Ionic run livereload connection error
@matanyed wrote: I am trying to run ionic run android --livereload, it's working fine, the URL it's giving is: http://10.0.0.1:8100When I am running this command the application is up, there is black...
View ArticleSideMenu is fine I just don't want to swipe to it in the login screen
@shotbyabel wrote: There's seem to be a lot talk about this very issue.. Disabling the SideMenu and I have looked over everyone's issues.. Fore example here is a good post with links on how to get rid...
View ArticleDon't figure out why that resolves the issue about native scrolling
@Mik378 wrote: I have a page where I have this css: .scroll-content { overflow:visible } In this page, I also have an ng-repeat. Native scrolling is enable : JsScrolling(false) Result is I can't...
View ArticleInfinite scroll in upward and downward direction
@tonyasd2015 wrote: Hi,Is there any way to use the infinite scroll ( ion-infinite-scroll ) in both downward and upward direction?Now I am using below code at the bottom of ion-list and infinite scroll...
View ArticleSSL Handshake Failures on Android Device
@grplife wrote: I recently built an application targeting iOS and Android platforms. It runs well in iPhone and Android desktop emulators, as well as on iOS devices, but when trying to run on an...
View ArticleIocon alignment inside of list content
@lasharela wrote: Inside of list item I have date and location information (p tags with icons). Because of "item-icon-right" class I have problem with location pin icon. What is the best option to fix...
View ArticleForm input fields initialization with values
@qoghij wrote: I've got an input form which needs to be prefilled with data from the app. It's an edit Task form.When I initialize the values in the controller the most of them work fine, but the...
View ArticleIonic build android throws “Uh oh!” error after updating cordova
@mazz wrote: I just updated cordova via sudo npm install -g cordova Now i have the problem, that everytime when i try to build the android app with ionic run android --device i get Error during...
View ArticlePlaying video inline (webkit-playinline)
@XanderJones93 wrote: I'm using the HTML5 video tag to get a video playing in my ionic app. Here's my code: <video autoplay loop class="video" webkit-playsinline> <source...
View ArticleIonic upload with proxy
@ed_brandt wrote: Hi, from what I can see on the forums, there is a problem to run the upload behind a proxy. I get a JS error from the form.submit call in the...
View ArticleSplash Screen on Android
@Tika wrote: Hi, android is not showing the splash screen image, but iOS does. Has anybody an idea , what could be the problem? Here is my config.xml <preference name="webviewbounce"...
View ArticlePromise data not returned on device
@JimboJ wrote: Hi all, I've been pulling my hair out for the last week over this bug so I'm really hoping someone will be able to tell me where I'm going wrong. I have a ionic app, I'm using PouchDB...
View ArticleIonic cli not working with Ionic v2
@angeletti wrote: I started a new Ionic v2 project using ionic start MyIonicV2App --v2, then launched npm install and then ionic serve, and everything worked ok.But when I try to type other commands,...
View ArticleNot returning response from $http and handout
@iamjb wrote: I am working with a ionic app, I get data from API request with navigate to a new page. Sth like $scope.$on('$ionicView.beforeEnter', function(event){ $http(configObj)....
View ArticleHow to add ui-mask in my project
@lucasbraz wrote: Hi, I'm following the steps from https://github.com/angular-ui/ui-mask to install the mask in my ionic projet, but didn´t work. First I install with bower bower install...
View ArticleHow to run debug mode with Ionic project?
@iamjb wrote: Do anyone try netbeans debug mode (break point) with Ionic project?I got CORS problem when calling API on netbeans debug mode....The Handling CORS issues in Ionic is not fit for it.Can...
View ArticleIn-app purchase of Apple Store in Ionic
@subhashkaker wrote: Hi I want to add in-app purchase of Apple Store iOS as they are not approving my app on App Store. In my app, user can use free all things (but for some option they will need to...
View ArticleInput type="file" accept="image/*;capture=camera" not working inside iframe...
@vamshi wrote: Hi All, I know that it's not the best way to do stuff in ionic, but using it for my purposes. I've to open our website inside an iframe in ionic view - blank app. (our quickhack to get...
View ArticleOld version of my app builds rather than latest?
@Tribe wrote: The strangest thing! If I run ionic serve --lab it displays the latest version from my www folder (updated controllers, HTML, CSS, etc). When I run ionic build ios and then ionic emulate...
View ArticleiOS Swype Keyboard Uncaught Exception
@Nyneaxis wrote: Recently I encountered and issue in iOS that force closes the app when tapping on a text box. First, I thought it was something to do with Ionic View, so I built the app using Xcode....
View Article