Cordova, background APP ( power safe)
@Vino wrote: Hi guys I have a big problem. I have a process in background in android but in some devices power safe kill process. Anyone know any plugin to solve this? Change adjust of app or...
View ArticleBuild Fails XCODE 7.3 beta
@edmckee wrote: I'm moving my ionic environment to a new computer and doing a whole new installation. I'm having a lot of problems getting builds to work. I'm running XCODE 7.3 beta It seemed to be...
View ArticleBlank screen on Windows 10
@artfloriani wrote: I just did a fresh install of Ionic and tried running the ionic-conference-app and also a fresh ionic start app --v2 --ts. Both are only launching a blank app for windows. I...
View ArticleWhich database for static content
@hoeksms wrote: I'm an experienced developer, but I'm still fairly new to Ionic/AngularJS. I have studied almost every book and tutorial on Ionic and AngularJS in the past few months and I have...
View ArticleRun 'watch' before serve- node ionic2
@MGReyes wrote: I am working with ionic 2. And I don't know why when I'm trying to run 'ionic serve', it answer with the next messeges: WARN: ionic.config.js has been deprecated, you can remove it....
View ArticleHow Would I Go About Creating A Editor Where The User Can Add Little Snippets...
@pravsterrr wrote: I have recently started Ionic App development. I am developing an app called Ify where the user can take a picture and add little images on to their images (similar to how in...
View ArticleCant install application to emulator avd
@DucAnhPhi wrote: Hey guys! I am new to ionic and android programming, so I am sorry if there are any inconveniences.My problem is that I cant see my app (default app in tutorial) on the emulated avd....
View ArticleEXCEPTION: No provider for UserData! (LoginPage -> UserData)
@infoproducts wrote: Hi guys, I'm banging my head against a wall here, hoping you can help. I'm not sure if I've run into a bug, it's a setup issue or if I misunderstood something. The error I'm...
View ArticleHow to bind typescript enum to radio-group by ngModel?
@davyzhang wrote: like this one <ion-list radio-group [(ngModel)]="question.validationType"> <ion-list-header>Validation</ion-list-header> <ion-item> <ion-label>Any(No...
View ArticleCross-Origin Request Blocked: The Same Origin Policy disallows reading the...
@hitubansal wrote: Hello I am getting error "NetworkError: 400 Bad Request - http://myapi/accounts/login"login Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote...
View ArticleHow to align title center in iPhone5 with back button
@PradeepGill wrote: Html :- <ion-view> <ion-nav-bar class="title_color" align-title="center"> <ion-nav-back-button class="button-icon icon...
View ArticleIon-slides paginationType not working
@davyzhang wrote: slideOptions:any ={direction:'vertical',paginationType: 'fraction' }; <ion-slides pager (change)="onSlideChanged($event)" [options]="slideOptions"> <ion-slide...
View ArticleIssues when i installing Cordova using npm install
@andy87 wrote: I have just got started with Ionic and as much as it is awesome I am having a few issues installing the Cordova side of things. when I try to install Cordova using npm install -g...
View ArticleUnusual dimensions of navbar (only iOS)
@valerione wrote: Anyone have a similar issue? AuVJEJwnmSH9Vx7tzWCkZBGdM5xlV5VhVhzNFkZ-0ENc.jpg640x1136 51.7 KB Posts: 5 Participants: 2 Read full topic
View ArticleCan't find webViewDidfinishLoad method in MainViewController.m
@lynxpurchasing wrote: I'm trying to use the Moodstocks image recognition plugin which requires me to make the webview transparent by changing the webview background colour in the webViewDidfinishLoad...
View ArticleCustom modal / alert (with HTML, form...)
@zareone wrote: Hi ionites! I'm working in a new mobile app with Ionic 2, and I'm trying to get something like this. Basically, what I need is a modal that lets the user see a bit of the page under it...
View ArticleAndroid Keyboard Switch
@badri11480 wrote: I am trying to a develop app with input fields. When the input fields gets focus, depending on the field I would like to switch the keyboard. How to do this please? Thanks. Posts: 1...
View ArticleHow to get 'left menu with three dots'
@totoni wrote: Hi. I'm looking for the menu with three vertical dots, don't know its name..I can't find it, is it not best practices? For IOS and Android.I'm creating a Tabs application and want just...
View ArticleiOS style button for Android platform
@dheeran wrote: How to override android button style with ios button style for Android platform? Note: not for all components. Posts: 1 Participants: 1 Read full topic
View ArticleHalt/abort swipe to go back?
@kstorstein wrote: Hi, is there some way to cancel current swipe to go back transition? I some times use event.preventDefault() on a statechange to stop going back a view, because a form has errors....
View Article