CORS error on Device Ionic
Where & How do i fix this. The link you provided give details info but couldnt find the steps to solve this issue. Running Ionic app on Real device and due to CORS unable to run it
View ArticleReading property of then undifiend
LoginPage.html:27 ERROR TypeError: Cannot read property ‘then’ of undefined at LoginPage.push…/src/app/pages/login/login.page.ts.LoginPage.login (login.page.ts:26) at Object.eval [as handleEvent]...
View ArticleUnable to get network connection after switching from wifi to cellular data
Hi Unfortunately we were not able to solve it. A workaround we implemented is that if we detect a network change while the app is in background we just kill the app. This really is a dirty hack and...
View ArticleHow to set setWebContentsDebuggingEnabled to true
Hello, I developed a Ionic (v3) app and I’m now starting a test automation process using Appium. So far, I was facing lots of issues because I cannot find any element after launching the app on...
View Article[Ionic 4] Remove page from navigation (Router / NavController)
stackoverflow.com Ionic 4 setRoot with Angular Router angular, typescript, ionic-framework, ionic4 asked by Riccardo on 09:51AM - 04 Aug 18 UTC
View ArticleFunction declared as capable of handling request of type 'json' but called...
I had tried an Ionic v4 and tried to communicate with odoo server v10. So i had used an advanced http plugin. and make a request to server like this. home.page.ts this.http .post(...
View ArticleBackgroundGeolocation plugin not installed ionic V3
This plugin is not working with @ionic-native/background-geolocation Any ideas on what’s next for this.
View ArticleBuild Apk in ionic
Hi, @ApproTechnologies For building Apk in ionic: 1.)First, you need to fire ionic Cordova build android command in terminal. 2.)Then in the terminal, there is one debug Apk path is generated. 3.)You...
View ArticleIonic 3 install
please how to install IONIC 3, when i execute the commande " npm intsall -g ionic " i get the latest version
View ArticleIonic 3 install
Hi, @khouloud0209 You can use Command npm install -g ionic@version. ex.if you want to install ionic 3.20.0 then npm install -g ionic@3.20.0.
View ArticleIonic 3 install
Hi, @khouloud0209 This will happen because your ionic version is downgrade. give n Thanks
View ArticleCall function when app is closed
rafikbojes: if(this.platform.exitApp) Hi @rafikbojes Do you write this script in the app.component.ts constructor ? thanks
View ArticleBuild Apk in ionic
You can use this: ionicframework.com Ionic Documentation Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and open web standards
View ArticleDownload file in ios for ionic 3 not showing in files folder
I am using #cordova-plugin-file-transfer, to download the file from url in android and ios. For Android it is working fine. But for ios app, i am facing a problem. The file is downloading...
View Article[Ionic 4] Remove page from navigation (Router / NavController)
joanroig: So when the user goes to Home I block going back to Login You didn’t write how you do that. anyway, I understand that you don’t want to allow the user to see the login page once they are...
View Article