'webkitMovementX' is deprecated. Use 'movementX' instead
@halukkaramete wrote: This is in the core. ionic.bundle.js:1173And we see it with the starter templates, right off the bat.Can't help but ask why the ionicframework ships with those deprecated calls?...
View ArticleCallback function on a $scope.broadcast?
@zocheyado wrote: So I am trying to use a callback function and it is working everywhere else in my code for example. //calling a function$scope.someFunction(function(){ console.log('this will output...
View ArticleIonic app first launch (after fresh install) stuck at spash screen for 10+...
@chicheongweng wrote: I am experiencing with ionic app first launch (after fresh install) getting stuck at spash screen for 10+ seconds. After the first one, the launch seems reasonably fast. What's...
View ArticleIOS 9 breaks everything
@Gprasad2 wrote: We have full app developed release to beta testing and now nothing works, blank screen! Ran in Xcode it is reporting, "Failed to load webpage with error: The request timed out.". Any...
View ArticleExternal Links not opening in App created using Creator
@gputhige wrote: Hi I am creating my first project using Ionic Creator. Its a simple app with two buttons to open up Play store links to my apps on play store. All works fine in Creator and also when...
View ArticleNav.pop not work with ActionSheet and Alert
@Luffy wrote: constructor(nav: NavController) { this.nav = nav; } presentActionSheet() { let actionSheet = ActionSheet.create({ title: 'Leave this page', buttons: [ { text: 'Destructive', style:...
View ArticleProblem with left side menu and couchDB
@kranack wrote: Hello everyone, I have a problem with my ionic app and couchDB. I want to use couchDB with my app but that doesn't work There is my stateRouter $stateProvider .state('app', { url:...
View ArticleIonic App not launching automatically in default browser
@RahulBhooteshwar wrote: I am trying to run the command "ionic serve".It is launching an empty window of my default browser (chrome).The app server started correctly but I need to enter app URL in...
View ArticleHow rearrange the code
@fabiobalsamo wrote: hi can someone give the right step to rearrange the code??? i need to put every controller in a view because now i have only the controller in app.js and in controller.js for all...
View ArticleLogout and return to welcome view. ionicHistory
@Aceconhielo wrote: Hello, Im trying to create a controller that clear the cache of navigation in the app for make a Logout button. My idea is cleaning the Session ID when I tap the Logout Button so I...
View ArticleBlurry splash screen on tablet
@WiNNie_p00h wrote: Hi,i have the following problem:the splash screen of my ionic project is a little bit blurry. first i didnt see it, my project leader saw it and i didnt beleave it first. but then...
View ArticleContent falls over on Android
@TomBeech wrote: Hi, I've got a really odd bug going on at the moment, on the odd occasion (I can't work out what forms it to happen) all the html/css falls over and goes inline on the page. Rotating...
View ArticleHow to deal with 33% items in iPhone5 resolution
@marlburrow wrote: Hi ! I've a little issue with list of items with 33% width.In the case of iPhone5 resolution, there is a little right margin. Use this codepen and set the item-width to "33.33333%"...
View ArticleIonic Autocomplete and Search Feature
@stevenfitzpatrick wrote: Hi, I am looking to add basic autocomplete and search functionality on a input field. I.e. the user can pick from autocomplete as they type or they can hit the search button...
View ArticleHow pass function to one controller to another?
@fabiobalsamo wrote: HI i have the login controller in the controller.js it's call 'AppCtrl'in another controller 'odlCtrl' i have 2 http.get and two query to populate tables and show data in views,i...
View ArticleIonic push notificatoins
@niklas_ngenic wrote: Hi! I'm about to implement push notification functionality in an ionic app. Currently I'm evaluating the alternatives on how to do this and I have a hard time finding the best...
View ArticleNavigation stack broken after switching tab programmatically
@tobias_philipp wrote: Hi there,I got an application based on the tab template. In my initial tab I got a slider. Once I tap on an item in this slider I need to navigate to another tab and there again...
View ArticleChange Ionic header size
@hannahchozma wrote: Hi all, I'm working on an app at the moment and I'm trying to change the header size to make it taller. I've seen lots of other posts asking the same question and it seems that...
View ArticleUsing multiple views inside single state
@vvavepacket wrote: Hi All, I'm trying to work on multiples views inside a single state. Basically, when the state 'home' loads, I want to load the 2 named views but it's not working. I've followed...
View ArticleHow to update data in the menu after the app is initialized?
@fefelegal wrote: Hi! I have some content on the left menu that can only be displayed after the user is logged in. Currently the menu sits in the app.html and the data comes from the app.js, which is...
View Article