-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Cordova 9.0 #147
Comments
I had the same issue and was able to resolve. I created a pull request with my fix: #148 |
PUSH |
Is there any update on this? |
Thanks. This could be extremely helpful.
…On Wed, Jul 29, 2020, 11:24 AM Joris Bertomeu ***@***.***> wrote:
For my needs, I forked this project, done some fixes relative to cordova 9
(0.99.4) issue and to another Ionic issue (0.99.6)
ionic-team/ionic-cli#3014
<ionic-team/ionic-cli#3014>. Here is NPM
package I published
***@***.***/cordova-plugin-app-preferences
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALHXQTGFSKFFB677CILHDTR6A5KBANCNFSM4HBMQOQQ>
.
|
I am able to open the app preferences in IOS via Cordova plugin add https://github.com/myieye/me.apla.cordova.app-preferences but not working in android. Can anyone have a solution for this issue? We are getting an error while clicking on the app preference icon - Class me.apla.cordova.AppPreferencesActivity not found. Please run preference generator. cordova plugin add https://github.com/myieye/me.apla.cordova.app-preferences |
Issue:
When trying the install the plugin using Cordova v9.0, the following error is received:
requireCordovaModule
has been removed in this version of Cordova.Environment
Plugin version:
Toolchain:
Platforms affected:
Probably all, only tried with iOs
What the scope of your problem:
The text was updated successfully, but these errors were encountered: