Did someone tried ionic platform add windows?
@icarus_31 wrote: We can do 'ios' and 'android'. I just tried 'windows', but got this output: C:\...\project>ionic platform add windows Adding windows project... Creating Cordova Windows Project:...
View ArticleIonic Loading, crescent or default spinner is not working in Android
@Harryinandroid wrote: Hi all, I have tried Loading plugin from ionic2, is not showing crescent spinner, instead I get a full circle for the spinner. Can anyone if there are any parameters should be...
View ArticleError during ionic installation
@Sly wrote: I'm having a problem installing ionic when I run npm install -g cordova ionic it installs but the ionic start command can't be found so I run npm install -g cordova ionic gulp and this...
View ArticleWhy does ionic app can't register with GCM after packaging it into an apk file?
@fahimshekaib wrote: The Ionic app with WordPress REST API using a WordPress push plugin when packaged through Ionic Package Service displays API data and functions correctly except registering with...
View Article"ion-label stacked" hidden on safari 9
@rdlabo wrote: "ion-label stacked" is hidden on safari 9. example. this display chrome. スクリーンショット 2016-04-10 13.16.55.png812x612 24.2 KB but this display safari. スクリーンショット 2016-04-10...
View ArticleAndroid getting net::FILE_NOT_FOUND_ERROR
@ToshanPatel wrote: Hi , I am new to ionic. Whenever I use ionic run android, I get net::ERR_FILE_NOT_FOUND (file:///android_asset/www/Application/Infrastructure/login.html) error. I have tried to...
View ArticleLoad new page in the same page template
@riteshbhat17 wrote: I have a Page with a navbar and tabs.for eaxample when i am on the 2nd tab , I click a button to show a list of details (This will psuh a new page and we will loose our tabs and...
View ArticleIonic realty sample
@code1942 wrote: I Just tried to setup and run the ionic realty app at the following link"http://coenraets.org/blog/2016/01/ionicrealty-new-ionic-2-sample-application/" But I get a blank page Can...
View ArticleProblem with ion-items in beta.4
@crkvend wrote: Hi, Since upgrading our project to beta.4, i'm seeing issues with list items containing h2 and p-tags, something like this: <button ion-item (click)="...">...
View Articleionic2 virtualscroll and infinitescroll
@ciekawy wrote: I wonder if it would be possible to use VirtualScroll and ion-infinite-scroll together. The benefit is to handle result that grows significantly after loading many subsequent chunks....
View ArticleFirebas and ionic issues
@donsplash wrote: FIREBASE AND IONIC are great combination for mobile Apps, But there is an issue with both combination, i have created an App with both and noticed that at times the App just wont...
View ArticleCordova 6 and published hyphenated app names
@pliablepixels wrote: Hi there, I recently upgraded to Cordova 6 and noticed that it has a problem with package names that have a hyphen in them. My package name is com.pliablepixels.zmninja-pro and...
View ArticleHide address bar on mobile website
@yosikal wrote: I'm trying to use ionic for mobile website development. It's working great except that the address bar isn't getting hidden when scrolling down. Anyway I can make it work? Posts: 4...
View Articleİonic video player issues
@Dahico wrote: Hello there ı tried many options but I feel a little hopeless now. I'm trying to play o video from a url which comes from database. I used html5 video player also videogular. They both...
View ArticleProblems building ios with cordova.purchase
@webmarken wrote: After updating pretty much everything (node/ionic/cordova/xcode/...) I get the following error when I do ionic build ios: `** BUILD FAILED ** The following build commands failed:...
View ArticleNg-if creating problem
@ashraftushar wrote: "<div class="list"> <label class="item item-input item-select"> <div class="input-label"> Unit to be Converted </div> <select ng-model="factor2"...
View ArticleIonic2 ng-class on ion-row scss
@shepard wrote: I am trying to duplicate this in Ionic1:<div class="row" ng-class='"item-red"> To this in Ionic2:<ion-row [ng-class]="item-red"> I have put the following in the scss file...
View ArticleHow to disable view caching in Ionic2?
@malyaristvan wrote: Can i disable view caching? I need my view to be up to date when the user hits the "back" button. I can update date but the view wont update. Example: First page: List of tasks...
View ArticleHow to Crossfade animation between tabs in Ionic 2?
@totoni wrote: Hi, title says it all.How do I make a crossfade animation between tabs like this example:...
View ArticleIonic2 arrays in local storage
@shepard wrote: In ionic2, what is the best way to work with arrays in LocalStorage? I used to use ngStorage - can this still work and if so, how to import and use it in Ionic2?I've tried: import...
View Article