I'm currently developing an Ionic 2 application using Typescript. To set preferences, I want to utilize the cordova plugin https://github.com/chrisekelley/AppPreferences/.
There are a couple of challenges I am facing. Despite thorough research online, there are still some aspects that elude me. Any assistance would be greatly appreciated.
Utilizing the aforementioned Cordova Plugin with Ionic 2 has been a bit tricky. While I found some resources online that have guided me thus far, most of them are in javascript and not entirely helpful. How can I access and use the plugin methods in typescript, especially since this is not an ionic-native plugin?
Furthermore, I know that on IOS, a plist file is typically generated for modifying settings through the Application Settings. Is there a similar process or functionality available on android? If so, how and where can I implement it?