Problem adding tabs in template
@Iza wrote: Hello, I'm running the side menu starter project on latest ionic v2 beta and I get a maximum call stack size exceeded error. The page template looks like this: <ion-header>...
View ArticleIon-nav-button with custom image
@fitfuse wrote: Does anyone know how to use a custom image (png or jpg) as the image for an ion-nav-button in the top nav-bar? It's simple enough to do it for menu items in a side menu and for...
View ArticleHard to swipe on android
@jf1 wrote: hello,i would like to swipe on android.where do i set on-swipe-left / on-swipe-right ?try ion-view and on ion-content nodes but very very hard to swipe. Posts: 1 Participants: 1 Read full...
View ArticleDI keeps injecting empty object?
@rastographics wrote: I have a service: import {Injectable} from '@angular/core'; import {Subject} from "rxjs"; @Injectable() export class AuthTracker { public loginNotifier: Subject<boolean>; }...
View ArticleSlider - Preview previous and next slides
@sukhsingh wrote: Can I use Ionic 1.3 slider to show preview of the neighboring slides? Please see attached. sliderexapmple.png640x1136 99.8 KB Posts: 1 Participants: 1 Read full topic
View ArticleIonic 2 app scroll lag in Samsung Galaxy?
@menshinobi wrote: My app runs fine in Nexus 6 and LG G2 phone but when I opened the app in Samsung Galaxy S6, S7 and S7 Edge, the scroll suddenly lags a lot. Does any one have the same trouble?...
View ArticleAndroid Version Recommendations
@sukhsingh wrote: Are there any recommendations on what version of Android to test. I see Nexus with 6.0Most of the Samsung with 5.1 And others with KitKat We are a startup, so the budget is limited...
View ArticleHow to include a plain js library in Ionic 2 typescript project
@peterjc wrote: Hi, I think I still sadly still don't understand how typescript/browserfy work together to include the actual js files into app.bundle.js in the Ionic 2 build. This time I want to use...
View ArticleBlue screen error
@udaya2208 wrote: Hi, When install or update ionic2 after sometimes getting blue screen error Posts: 1 Participants: 1 Read full topic
View ArticleWiered problem with ionic2 Navigation
@Trivedi wrote: Hi Guys, I am facing a very weird problem with navigation within the one place of my application and not able to figure out where the problem is. To simplify I have recorded a video...
View ArticleIonic 2 Publishing
@keithmichelson wrote: Did I miss something in the docs about publishing or are there not directions yet because it's still in beta? Thanks. Keith Posts: 3 Participants: 2 Read full topic
View ArticleClosing ionic app code
@anilDevaki123 wrote: close ionic app how strong text Posts: 1 Participants: 1 Read full topic
View ArticleMediaPlugin and native controller integration in Ionic 2
@tm wrote: Has anyone found a 2.0 solution to control and integrate the native MediaPlugin into the remote controls in iOS Control Center?Old version: https://github.com/shi11/RemoteControls Posts: 1...
View ArticleBit6 integration with ionic
@amit025 wrote: has anyone integrated bit 6 with ionic ? i am trying to integrate the bit6 plugin, video and audio works fine but unable to integrate the chat feature facing problem unable to specify...
View ArticleIonic-plugin-deeplinks on PGB
@kim_ras wrote: HiI am trying to get my project build on Phonegap Build using ionic-plugin-deeplinks.. it Builds fine and I can see the object in my code. But for some reason it does not work.It just...
View ArticleIf i turn on the location using diagnostic and cannot get geo location instantly
@compfrkz wrote: Hi i am trying trying to turn on the location using diagnostic and when i try to get geo coordinates instantly its not working its taking around 10 sec if i start the gps and for...
View ArticleSending two parameters to a tab
@riteshbhat17 wrote: i know how to send a single parameter but can anyone please tell how to send two params(parameter) to a tab? for single param we use [rootParams]="chatParams" and in .ts we use...
View ArticleWhy is Ionic2 still using webview?
@dizhar888 wrote: Hi I am a big fan of Ionic and I was wondering why is Ionic2 still using webview? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 2 SqlStorage iOS SELECT doesn't return data
@stefanleever wrote: I've recently started developing an app using Ionic 2 because of it's out-of-the-box support of SqlStorage. The SqlStorage implementation works great for Ionic Serve and the...
View ArticleMaking cordova-plugin-contacts work in Ionic2
@longliveajay wrote: For some reason my application fails to read contacts from user's phone: get(){ Contacts.find(['*']).then((lists) => { this.contacts = lists; let contentHeader: Headers = new...
View Article