Filtered by: tags=cordova

Ionic 4 HTTP CORS Issue

Nov. 7, 2018 |  ionic  ionic4  cordova 
Ionic 4 also makes a fundamental change in how the created app is rendered (I use rendered as apps are essentially HTML which is rendered using the native WebView control of the device's UI framework) in a device. While earlier versions used to refer to th

Downloading & opening a file in an Ionic app

April 17, 2018 |  file  cordova  ionic 
If you search the Internet for examples to achieve the above, you'll get a number of resources that suggest using the [cordova-file-transfer](https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file-transfer/) plugin. However, with Ionic 3+

Cordova build errors

April 17, 2018 |  android  cordova  build  ionic 
Had this unusual errors crop up when building a cordova app for android. This started appearing after I installed cordova-plugin-file-opener2. Going through [platforms/android/project.properties] file, I realized that there was something quite odd about it

Token Based Authentication in a Cordova App

Sept. 19, 2016 |  authentication  cordova  token 
Any web based service that provides a mobile client requires some form of authentication before the user can access their permitted resources. The simplest approach is to require the user to enter their username and password for every session (or after the