'livereload' feature doesn't work? Using Visual Studio 2017 Ionic template
DcDogan: Also, it seems like ionic-serve feature does work in Visual Studio but opens up in full screen, not a good mobile development experience. Are you talking about the browser? Hit F12 or open...
View ArticleGeofence plugin notifications not working on iOS
I am out of ideas. I would create a new blank project ( ionic start blank blank) and only implement the absolute bare basics with geofence and see if I could get it working on Android and iOS. If not,...
View ArticleIos --prod build error in ionic 3
So you weren't on the last versoin of @ionic/cloud-angular?
View ArticleIonic3 build Error - upgrading from ionic2 to ioni3
The recommended Node 6 LTS (currently v6.11.0) has npm 3.10.10 which should work fine.
View ArticleHow to us ion slides update() function
I am generating ion-slides asynchronously. However I believe I need to use update() function. Below is the api section: https://ionicframework.com/docs/api/components/slides/Slides/#update I am not...
View ArticleTabs list top position is not calculated right when selecting a tab on some...
Hello everyone! There is a problem when tab selection is changed on ionViewDidLoad and ionViewWillEnter events. On Ionic 2.2.1 it were working right, but on 3.4.0 it's not. To be more precise, e.g....
View ArticleHow to show tabs on all pages in my code it only working on selected pages...
BUMP! I have been searching this problem for a while now..
View ArticleApp is run forever
Hi , i am using ionic 2 with pushnotification. used this plugin ionic plugin add phonegap-plugin-push It's work only on app is running. I need app is running forever like whatsup. i also used cordova...
View Article'livereload' feature doesn't work? Using Visual Studio 2017 Ionic template
Yes I was talking about the browser, thanks for pointing that out and I guess that would at least solve the problem for viewing and editing in browser.
View ArticleHow to build Ionic for android?
C:\Users\Chit Oo Naung\Desktop\NEWAPP>ionic cordova requirements[ERROR] Unable to find command: cordova requirements You may need to be in an Ionic project directory.
View ArticleHow to build Ionic for android?
C:\Users\Chit Oo Naung\Desktop\myApp>ionic info global packages: @ionic/cli-utils : 1.4.0 Cordova CLI : 7.0.1 Ionic CLI : 3.4.0 local packages: @ionic/app-scripts : 1.3.7 @ionic/cli-plugin-cordova...
View Article"ionic cordova build android" failed - could not find an installed version of...
I fixed it in the end by installing Gradle separately. Works lovely now. Thanks for the response
View ArticleError occurring during build android command execution
Thanks alot, the & was causing the issue!
View ArticleIonic3 build Error - upgrading from ionic2 to ioni3
Yes i did make the required changes but still the error persists. This is my ionic info for now : global packages: @ionic/cli-plugin-proxy : 1.3.1 @ionic/cli-utils : 1.4.0 Cordova CLI : 6.5.0 Ionic...
View ArticleCannot set property 'id' of null
Hi, I need to fetch data from firebase...: currentBill: any = {}; ionViewDidEnter(){ this.firebaseData.getBillDetail(this.navParams.get('billId')) .on('value', snapshot => { this.currentBill =...
View Article