Back to Cordova

2022 05 04

slack-digest/2022-05-04.md

latest1.9 KB
Original Source

Cordova Slack Digest

Wed, 04 May 2022 08:21:48 GMT

User count: 4688

Join the conversation at slack.cordova.io

Channel #general (8 messages)


Tue, 03 May 2022 09:55:15 GMT

@s.papageorgiou says

hello

Tue, 03 May 2022 09:55:44 GMT

@s.papageorgiou says

can I have a PHP backend in a Cordova app?

Tue, 03 May 2022 19:34:11 GMT

@info460 says

Hi, I am trying to uprade my system. I moved to Windows 10, Java SDK 11, newest Gradle7.4.2, Cordova 11.0, Cordova [email protected] and now with simlle build I got an error. Looks like problem is somewhere in Gradle - should I downgrade Gradle?

Tue, 03 May 2022 19:39:49 GMT

@norman137 says

the whitelist plugin has been removed in cordova-android 10 as the part of https://github.com/apache/cordova/issues/218

Tue, 03 May 2022 19:40:21 GMT

@norman137 says

If you have the whitelist plugin installed you can remove it, the core of it was moved into cordova-android 10, but was renamed to allowlist

Tue, 03 May 2022 19:40:41 GMT

@norman137 says

If you have a third-party plugin that depends on the whitelist, it may have an update, or it may require an update.

Tue, 03 May 2022 19:41:15 GMT

@norman137 says

file-transfer plugin I believe is one of the offenders, it has been corrected in the development/master branch but a release I don't think has been made.

Wed, 04 May 2022 07:04:59 GMT

@marek.kozela says

Hi everyone, I tried to use this plugin https://www.npmjs.com/package/cordova-plugin-ionic-keyboard in my project and with <preference name=“KeyboardResizeMode” value=“native” /> setup in config.xml. It seems that it is somehow working, but I also see that this plugin was not updated for long time -> https://github.com/ionic-team/cordova-plugin-ionic-keyboard/issues/167. Are you guys still using this plugin or is there a better alternative? Thanks