Exit app and dont save history
@PterPmnta wrote: I wonder how I keep my application save the record and that when in a view prederteminada by giving click the Back button exit the app android App.js `angular.module('unicesarApp',...
View ArticleEnable push notification in the app
@turbulencestudio wrote: Hi, I'm currently working on an Ionic project that need to let the use enable Push Notification in the app. So at some point in the sign up process, we ask user if he/she want...
View ArticleHow to launch app (Mx Player, or another video player)?
@Valkno wrote: Hi. I have a problem, I want to launch MxPlayer(or another player) and play one video. Example: <ion-view view-title="Mirrors"> <script type="text/javascript">...
View ArticleRerender view after logged in?
@eldy wrote: Below is my sidebar (menu) controller. This work if a token existed in localstorage and I click logout. The view did get updated, I uses loggedIn for my ng-show in view....
View ArticleSuggest newly added images to upload like facebook
@agreema wrote: I want my app to suggest images to upload that were added after my last login. Just like facebook. I want to show a popup when a user logs in saying "You have new photos. Like to...
View ArticleIonic deploy and changes to config.xml
@digitalgarage wrote: Hi folks, I've started using Ionic Deploy to push updates and noticed that changes to the config.xml don't seem to be updating. I have been using the cordova-plugin-app-version...
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 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 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 ArticleNavigation navbar transition issue
@Arandy wrote: Hello, I'm facing a bizzare issue which I'm not sure what causes it. The problem is affecting the navbar. See this cropped screencast: The problem I'm speaking about is clearly visible...
View ArticleVariable data in header?
@scottdenoon wrote: I am somewhat new to ionic and am trying to add a temperature to the header of every page using a json feed that I get using http.get. What are the best practices for placing this...
View ArticleModifying bar-header in ion-nav-view
@bl4ckdu5t wrote: I'd just generated a sidebar ion template and I have ion-nav-view that sets title for pages with the view-title attribute. <ion-view view-title="Playlists"> <ion-content>...
View ArticleReference Error: Ionic is not defined
@MatheusSuffi wrote: hello. when I try to use the variable " Ionic " inside the app.js or controller.js , I get an error:"Reference Error : Ionic is not defined "I wonder if this missing some...
View ArticleNew beta user service
@dominicharrington wrote: According to the beta migration doc http://docs.ionic.io/docs/migration-guide: "Ionic.User now requires the implementation of Ionic.Auth into your application." Why has this...
View ArticleHandle hardware back button
@fabiobalsamo wrote: Hi, how handle hardware back button in one page app? I read about this$ionicPlatform.registerBackButtonAction(function(){ if($ionicHistory.currentStateName === 'someStateName'){...
View ArticleHow to change color of tabs?
@David101 wrote: I wish to change the active colour of my tabs to a custom one. I also would like to change the colour of the icons if possible. Currently the tab I am on is the color positive and the...
View ArticleApp distorsion when opening and closing multiple times
@juanf9224 wrote: Hi, im having this weird issue, ive used ionic.platform.exitApp() and navigator.app.exitApp() to close the app, when i close the app an reopen it several times the app start...
View ArticleBreak ng-repeat
@bsinternet wrote: hello.. listining json content with ng-repeat. but I want to add custom text every 3 item after.. how can I do it? thanks.. Posts: 1 Participants: 1 Read full topic
View Article