Cordova Slack Digest

Tue, 13 Apr 2021 08:23:10 GMT

User count: 4445

Join the conversation at slack.cordova.io

Channel #general (3 messages)


Mon, 12 Apr 2021 08:35:41 GMT

@hugo.bayet says

Hello guys, I‘m still stuck on this issue (how to use onCreate() Android lifecycle logic for a Cordova plugin) https://cordova.slack.com/archives/C068CHRJ5/p1617182753105400 , and I haven’t had any success on StackOverflow so far either. Does anyone have an idea ? And would it be any helpful if I opened a github issue about it ?

Mon, 12 Apr 2021 08:47:59 GMT

@josh728 says

Hi Everyone, any impact on cordova-android for the new requirements?

Mon, 12 Apr 2021 11:21:21 GMT

@chadwick.blackford says

hallo guys, can anyone recommend “self-hosted” push-notification service for google and apple devices?

Channel #cordova-ios (2 messages)


Mon, 12 Apr 2021 12:03:17 GMT

@jakob.pfab says

Hi!

Hi, i use this plugin https://www.npmjs.com/package/cordova-plugin-local-webserver/ for a local webserver, so i can access local files without the need of WKURLSchemeHandler

Its working fine for me on iOS 9 - 14 , but do you think it might add any security vulnerabilities to the app?

Or do you think this is enough to protect the server/app: > In order to limit access to your app, requests are restricted to localhost and are protected with an auth token. > This should effectively restrict access to the server to your app.

Mon, 12 Apr 2021 12:14:24 GMT

@jakob.pfab says

the linked github repo is not available, but the code can be found here https://github.com/speige/cordova-plugin-local-webserver