Ionic 2 Alpha has a delay and flicker before sliding in new view
@tones411 wrote: When comparing Ionic 2 Alpha against Ionic 1.1, in the default template, go to the chats tab, and select a list item. In Ionic 2 Alpha, on the iPhone there is a delay after tapping a...
View ArticleCordova dialogs
@webmasterpro91 wrote: I try to use native dialogs in my mobile app isntead of $ionicPopup. For that, i follow the instructions on the documentation http://ngcordova.com/docs/plugins/dialogs/ but...
View ArticleAlign buttons
@fabiobalsamo wrote: how align buttons in various positions?? like to the right of a title?? any example please?? Posts: 1 Participants: 1 Read full topic
View ArticleStarting a new create events calendar
@niklas_u_f wrote: Hello I´m new in ionic, but i have manage to create my first app.I searching for a calendar where i can add events and the users can make a resarvation.Like a booking system.. Hope...
View ArticleComplete guide to update app for iOS9?
@fkkcloud wrote: Hi, I have 2 iPhone6 and one with iOS8.4 and the other with iOS9. I see that with the same build, iOS have some problem with navigating(routing) the view around or scope value gets...
View ArticleScroll content inside Slide Box [FIXED]
@kalilmaciel wrote: I finally got fixed a problem that other peoples here has faced. If I have a Slide Box, and inside this slide box I have some scrollable content (as a list or a vertical scroll),...
View ArticleConfused using ion-autocomplete
@regissteigleder wrote: Hi all.I'm using the ion-autocomplete, one great component from guylabs. ( thank you guys ) I'm quite confused using it.Here is my code; input ion-autocomplete type="text"...
View ArticleCordova contact plugin crash
@sebmartel wrote: We are observing crashes with the cordova contact plugin and contacts that have 'linked contacts'. Have any other users of that contacts plugin running into this as well? There is an...
View ArticleStumped. ui-view Loads Two Views
@evandillon wrote: Hi all. I have a template that has the line: <div class="select-box-container" ui-view ng-cloak name="tune-step-partial"></div> And then $stateProvider.states that...
View ArticleHow to align ion-delete-button in right side by default it's left aligned
@rameshkondur wrote: Posts: 1 Participants: 1 Read full topic
View ArticleIonic push generates the same token
@patrioticcow wrote: hello, I'm using the fallowing code to generate a token, the issue is that the same token gets generated every time i run the code: any ideas? Ionic.io(); var push = new...
View ArticleCan't see my custom fonts
@zahrani wrote: i faced an issue while developing my ionic app , when add a custom fonts ghala-bold.eot and ghala-bold.woff file i can see the affect of the font on web browser , but when install the...
View ArticleHow to show backdrop behind modal
@LouisR wrote: Hi the ionic backdrop grays out the modal too when I do this: $scope.openBrandModal = function() { $ionicBackdrop.retain(); $scope.brandModal.show(); }; How can I grey out only the view...
View ArticleFirebase Denormalization and huge data requests
@portapipe wrote: Hi everyone.I'm going to use NoSQL database for a huge project but I've worked since 2002 with SQL databases so I'm quite "closed" about this kind of things. I have a quite complex...
View ArticleHTTP POST not found 404 ionic with sails.js
@moubert77 wrote: I have an ionic app which works well with ionic serve when I make POST orGET requests to my localhost , bt when I make ionic uild android and then ionic run android I always get a...
View ArticleIon-side-menu-content edge-drag-threshold is forgetful
@joidegn wrote: I have sidemenus set up like so:` <ion-side-menu side="left" class="dark" expose-aside-when="large"> <div> <div class="sidebar-header"> <a href="#/main/account"...
View ArticleDetail View
@Giregar wrote: Hey guys,I need some help with a detail view.I've got a list of items and want to see a detail view after clicking them. Here's my code:controller.js app.controller('SuggestionCtrl',...
View ArticleHow to know the device media volume is on mute or very low
@s3rg1 wrote: Hello, My App is playing sounds with Cordova media plugin (ngCordova) and I realized I did hear nothing because the multimedia volume was on mute on my Android device! (Enabling it at...
View ArticleWindows want to open link in external app
@mpaland wrote: Just playing around with the "tabs" starter app. Running in the browser via "ionic serve" is no problem. Running under Windows 10 with "ionic run windows" has a problem with the chats...
View ArticleParse or Firebase limitations as an MBaaS for Ionic
@javebratt wrote: Hi everyone, I'm a backend developer working mostly with Django and DRF for my backends, I decided to make de jump to mobile and built a simple catalog app for an MLM team using...
View Article