Show a toast message only the first time a user enters the page
Ahh yes, misread the question. Thought it was just at runtime and not stored in db.
View Articlenet::ERR_CONNECTION_REFUSED (http://localhost:8080/)
Really @IonicGeoff? https://github.com/ionic-team/cordova-plugin-ionic-webview/blob/master/CHANGELOG.md#220-pending only mentions it for an upcoming 2.2.0 release.
View ArticleError on docs
Unable to fetch native/document-viewer on page https://beta.ionicframework.com/docs/native/document-viewer to example, the docs for api natives not working
View Article[SOLVED] BUG ? Impossible to build a PWA in V4?
A missing feature is not really a bug, but definitively something you should report at https://github.com/ionic-team/ionic-cli/issues
View ArticleNotifications Plugin
I spent most of yesterday fiddling with different notification plugins. I think I’ve almost got cordova-plugin-fcm-with-dependecy-updated working, but I also spent time with cordova-plugin-fcm (and...
View ArticleWhat version ionicons with Ionic v1.3.4?
I am still using the latest version of Ionic v1. However the icons available with the install do not appear to be the version listed here v1.5.2. Where can I download the original icons packaged with...
View ArticleNotifications Plugin
Copying the .plist or .json can easly be done with this line in the config.xml (under the correct platform). <resource-file src="credentials/GoogleService-Info.plist"...
View ArticleHow return a handler button result in ionic 4 as promise
I had this ionViewCanLeave method to can leave a page. Now, in ionic 4, I have to use a guard with canDeactivate. But I need to convert this code to return a promise but only when a button (ok or...
View ArticleWindows 10 App
HI, I have created app in ionic for IOS and Android and it works perfectly fine on both platforms. Now I am trying to implement the same app for windows 10. But I am getting error: C:\Program Files...
View ArticleIonic v1 OneSignal push notifications doesnt work
I tried to integrate OneSignal push notifications to my Ionic V1 app. This is my app.js and I already added Oe Signal plugin to my app. Once I run this on my phone It doesnt show up any notification I...
View ArticleFailed to load resource: net::ERR_FILE_NOT_FOUND polyfills.js:3 POST...
Am getting file:///android_asset/www/null net::ERR_FILE_NOT_FOUND after opening the app for sometimes in ionic 3 app. I can’t able to find the solution even i changed ConfigXmlParser.java this file...
View Articlenet::ERR_CONNECTION_REFUSED (http://localhost:8080/)
Works for me! github.com/ionic-team/cordova-plugin-ionic-webview docs(changelog): update changelog for v2.1.4 release by nphyatt on 01:36PM - 13 Sep 18 changed 1 files with 5 additions and 0...
View ArticleUse Http Post in ionic
im using this. and its working for me github.com Muneebwasikhan/ionic-post-method-get-specific-data/blob/master/getDataByPostMethodIonic.ts // post method by using api in ionic get specific data...
View ArticleIonic camera upload AWS3 - File transfer deprecated
It’s the third topics I ask and I not receive an aswer or a tips. So this is my way to solve my problem. I hope I will help someone else in same condition. I first follow this guide online to set...
View ArticleFirst long press after then single press item selection in ionic framework
First long press after then single press item selection in ionic framework
View ArticleIonic + Spring backend copying resources
I am working on a 3 piece project: ionic mobile ionic browser spring-backend I have my maven project setup so that it can build ionic and build spring, ( the mobile I would build separately - maybe...
View Article'apksigner' is not recognized as an internal or external command, operable...
Try This: ./apksigner.bat verify xmozapp01.apk
View Articlenet::ERR_CONNECTION_REFUSED (http://localhost:8080/)
Not really, the PR in the changelog is this: https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/172/files
View ArticleOtp generation for mobile number authentication in Ionic 2
You should have the following steps to follow. Backend/frontend to generate OTP. Sms service to be implemented at the backend(server) Once you have done with the above steps you can continue your...
View Article