Cordova Slack Digest

Tue, 13 Oct 2020 08:30:05 GMT

User count: 4166

Join the conversation at slack.cordova.io

Channel #cordova-ios (4 messages)


Mon, 12 Oct 2020 11:49:32 GMT

@niklasmerz says

Fairly recent news that apps using UIWeView have more time to update https://developer.apple.com/news/?id=edwud51q

> However, to provide additional time for you to adopt WKWebView and to ensure that it supports the features most often requested by developers, this deadline for app updates has been extended beyond the end of 2020. We’ll let you know when a new deadline is confirmed. Just wondering what features these are 🤔. Let’s hope some pain points get addressed soon.

Tue, 13 Oct 2020 03:34:24 GMT

@joshua says

Hello! Any documentation how to use the startURL ? https://github.com/apache/cordova-ios/pull/973

Tue, 13 Oct 2020 03:40:02 GMT

@erisu says

You can only change the content source <content src="index.html" /> or setting the custom scheme/hostname. The startURL is internally built from those.

Tue, 13 Oct 2020 03:40:48 GMT

@joshua says

Ah, I see. I thought it’s another preference. Thanks!