Cordova Slack Digest

Sat, 28 Nov 2020 08:28:07 GMT

User count: 4247

Join the conversation at slack.cordova.io

Channel #general (3 messages)


Fri, 27 Nov 2020 11:15:03 GMT

@chadwick.blackford says

@norman137 / @niklasmerz  do you plan to rename this plugin  "cordova-plugin-whitelist" ?

Fri, 27 Nov 2020 11:41:16 GMT

@angelkomyou says

quick question guys, regarding hostname preference for wkwebview, does it have any cons of keeping it empty? so:

<preference name="hostname" value="" />```

Fri, 27 Nov 2020 11:41:35 GMT

@angelkomyou says

or does it have any cons of setting the hostname to my real backend endpoint?

Channel #cordova-ios (2 messages)


Fri, 27 Nov 2020 14:09:45 GMT

@chadwick.blackford says

Hallon guys! in cordova@10 vs. cordova-ios@6.1.1 I have so much errors like this:

Fri, 27 Nov 2020 14:10:21 GMT

@chadwick.blackford says

on cordova-ios@5 it was leeeeeess errors… any idea?

Channel #cordova-android (3 messages)


Fri, 27 Nov 2020 11:16:40 GMT

@chadwick.blackford says

@jcesarmobile last 4 years all work fine with taking pictures nd choosing files on the same Chooser-Dialog…

Sat, 28 Nov 2020 05:48:33 GMT

@singh.amarjot says

For anyone interested i posted while ago about <input type="file"> problem on android (ios is fine).

I ended up using my own picker (a simple html/css bottomsheet) only on android device that rely on the cordova-plugin-camera plugin when the user tap the camera option

Sat, 28 Nov 2020 05:52:31 GMT

@singh.amarjot says

Override the onShowfileChooser method works but it not a good way to do that, its a antipattern overriding a dependency code.