How to exchange refresh (new datas) with infinite-scroll (older datas)
@nowitz wrote: I want to keep the latest data are shown below (as is the case with sms / facebook messages) and if you pull from the bottom up so that it was restoring data and if you pull the top...
View ArticleBug with [ng/collection]-repeat inside ion-view giving height 0
@tisepti wrote: A repeat (ng-repeat or collection-repeat) will contribute 0 to the height of an ion-view inside an ion-content. This can be worked around with an explicit css height attribute (in...
View ArticleModule build failed: SyntaxError. cant use NavController
@oeem1011 wrote: Hello, i installed ionic 2 last week and i test a few things. Everything was okey.Today i updated my npm and ionic2 and now i get an error: i tells me that "nav: NavController" is a...
View ArticleRepeated background image appears to be static but not scroll while scrolling
@frits wrote: Hi, While adding a repeated background image, I expect it will fill out the whole page (includes view outside of current view), but indeed, it only fills the scroll panel and appears to...
View ArticleA new in app purchase plugin and example for ionic
@Alexd wrote: Hi, I've made a new cordova plugin for in app purchases on iOS/Android with a promise-based API: https://github.com/AlexDisler/cordova-plugin-inapppurchase An example with ionic:...
View ArticleGoogle map is working on browser but not is Real Device or Emulator
@ahayder wrote: Hi I exactly followed the tutorial below with Cordova whitelist plugin. But no hope soon. I've done several projects in Google map before. Any of the the projects not working on real...
View ArticleSelect not working on Windows Phone with Ionic
@anolan13 wrote: I have a Cordova app based off the new tabs template I found at this linkhttps://visualstudiogallery.msdn.microsoft.com/4e44ba8b-a4c8-4106-b70e-00d63241a54a The basic HTML select...
View ArticleIonic App to scan NFC tags and Tweet the information
@IonJohn wrote: This is a demo app created during the Launch Hackathon in SF on 2/26/2016-2/28/2016. It is created in form of a "game" of Easter Egg Hunt. The starter of the game would scan in tags to...
View ArticleXMLHttpRequest doesn't work as expected on Ionic View App
@JakeCarr wrote: Hi, I'm using XMLHttpRequest to download an image in an ionic app. This works fine when I run the app using 'ionic serve' and when I run the app in my iPhone through xcode. However it...
View ArticleView Reloaded once content is there
@skippertech wrote: Hey Guys, I am using Ionic for just a simple tab app that displays some info I load from an external source (in this case parse). It works pretty well, although sometimes I am...
View ArticleIonic-tab ng-if is changing tabs order
@iontofer wrote: Guys, My logic is as follows: 1.- I have a tab app2.- If the user is admin, then I will show him an extra tab option3.- If the user is not admin, then I will hide the admin tab My...
View ArticleIonic Tabs
@acappellozza wrote: Hello,i have a standard tabbed navigation with some icons linked to respective pages. In a page i want to navigate a subpage without loosing the navigation tabs, any ideas? Thanks...
View ArticlengOnChanges does not fire in directive component
@doron wrote: A directive I wrote does not seem to respond to changes in its @Input() varible - the directive's ngOnChanges() does not fire when its @Input() variable changes value in another...
View ArticleIonic 2 segment not working with Angular directives
@Nodon wrote: Hi,i trying to create dynamic generated Ionic 2 segment buttons, but everytime when i use some of Angular directives, it fail. I see segments buttons, but click doesnt change anything...
View ArticleUnexpected token while trying to inject NavController
@ondonda wrote: `import {Page, NavController} from 'ionic-framework/ionic';import {Signup} from '../signup/signup';import {Pass} from '../pass/pass' @Page({ templateUrl:...
View ArticleAlternate for Ionic keyboard-attach directive?
@lilbiscuit wrote: The keyboard plugin provides a keyboard-attach directive to attach a footer bar to a device keyboard. The problem is that this requires the content scroll to be disabled or else the...
View ArticleiOS 9.2 cordova-plugin-media no sound [fix on the way]
@johnnydong wrote: Greeting IonicFramework Developers, I've been bashing my head against the wall over the last day trying to figure out why cordova-plugin-media does not play back any sound on ** iOS...
View ArticleAdding alert
@ameni wrote: hello I want to know how to add an alert to my applicationI added that to my typescript file doAlert() { let alert = Alert.create({ title: 'New Friend!', subTitle: 'Your friend, Obi wan...
View ArticleI have a bug in my application
@alvarezsh wrote: When I open a modal on the tabs. The app fails. This only happens on android device. When I try with ionic serve everything works well. I created a git project where graphically...
View ArticleIs the iPhone 4 still suitable for development purposes?
@Grayda wrote: I'm scouring eBay for an iPhone to test my app. Ideally I'd like an IPhone 4s because the version of iOS is newer (and it's cheaper to buy second hand), but I wondered if I can get away...
View Article