How to update to 2.0.0-beta.4?
@infoproducts wrote: I've found the instructions here: http://ionicframework.com/docs/v2/resources/using-npm/ But it bombs out if I try to run it since dependencies aren't fulfilled: bash-3.2$ npm...
View ArticleIon-toolbar doesn't scroll on navigation in iOS
@nanexcool wrote: I have a simple two page navigation. First page there's a navbar and content. On the second page there's a navbar, toolbar and content: <ion-navbar> ... </ion-navbar>...
View ArticleTrouble understanding how to support images for multiple devices
@polska03 wrote: Lets say I have an app. In that app I have a div which is 50% of the screen height and 100% of the screen width. Lets now say I want to put a picture in the middle of that div so it...
View ArticleSaving image to the user's contacts with Cordova Contacts plugin
@JackStone wrote: I seem to be having trouble saving an image to the user’s contacts with the Cordova Contacts plugin on Android. Here is my code: var contact = navigator.contacts.create(); //...
View ArticleSQlite or .JS for database
@jamesmoi wrote: I haven't come across any tutorial with pre-filled database .db except link to another tutorial which doesn't work at all. I have seen many tutorial which uses .js to store data and...
View ArticleThe new slider ion-slide in 1.2
@Wattsin wrote: I know how to use the ion-slide-box, but I want to use the new slider ion-slide. I works but I have no clue how to bind events to it. Like on an on-slide-change. Any help? Posts: 1...
View ArticleWhat does "spam" mean here?
@rapropos wrote: When the term was coined in Usenet's news.admin.net-abuse.*, it strictly referred to posting the same content in zillions of threads. However, the "flag" option on this forum that...
View ArticleIonic notification migration
@useitfortesting18 wrote: i'm using ionic v1 ionic push notification. so i did associated the device token to Ionic User. For v2, i'm required to migrate our Ionic User to beta. Actually i just need...
View ArticleUser aunthentication using json
@Panashe wrote: I have been trying to create a user authentication using a json file...Is it possible or I will hav e to use MySql Lite? Posts: 5 Participants: 2 Read full topic
View ArticleHow to auto-grid buttons of different width
@Swerty wrote: Hey, i'm trying to build a flipboard-style interest selection composed of a list of buttons, each with a different width. is there a way i can auto-grid them? my fallback is to build it...
View ArticleCan't start Android app after updating to beta.4
@ZiFFeL wrote: I get the following error in the console: Uncaught reflect-metadata shim is required when using class decoratorsreflect-metadata is installed alongside the other npm packages, but the...
View ArticleHow to get zynga scroller instance
@aymanar wrote: I understand that the latest version of Ionic uses the Zynga scroller. How can I retrieve an instance of the Zynga scroller of an ion-content? I basically want to control the zynga...
View ArticleHttp POST Connection ERROR
@FranCaduceo wrote: Hello, thanks to all community for the help. I have a problem with my controller, when I try to 'sig in' in my app using the movil device, I can not connect with the server, but...
View ArticleIonic Push GCM_UNKNOWN
@storrisi wrote: It's been all day i'm struggling with this. I've followed all the new documentation for the Push Service, as long for registering users. First of all, i can't see any user in my...
View ArticleBeta4 - Proxies
@henriqueteles wrote: Hi, I have just installed beta 4 and i was wondering how to use the proxies. Posts: 1 Participants: 1 Read full topic
View ArticleSorting side-menu
@kuzun9x wrote: menu.PNG386x719 10.7 KB In Ionic, how to sorting menu? I want to drag a item and drop somewhere. Posts: 1 Participants: 1 Read full topic
View ArticleHaving wired problem with ion-content
@ahstanin wrote: So I have been working with my custom content detail page. I have tabs on my page for control bar. My page structure : <ion-view ng-controller="MyController">...
View ArticleStatusBar style adapted based on bar-header background color
@turbulencestudio wrote: Hi, I'm currently working on an app that have different header color, depending on the current view. Header can sometime be white, sometime black. I have the StatusBar plugin...
View ArticleTabs Customization. Tab with button element
@claudioviola wrote: Hithere is a way to implement a button tag on ion tab directive?I would have a solution like this:Go To SearchIs it possible?Thanks! Posts: 1 Participants: 1 Read full topic
View ArticleError in http map function on beta.4
@nanexcool wrote: I'm getting an error on ionic serve after updating to Beta 4. this.http.get(url) .map((res: Response) => res.json()) .subscribe(res => { // do something with res }, () => {...
View Article