Cordova Slack Digest

Fri, 02 Apr 2021 08:23:05 GMT

User count: 4428

Join the conversation at slack.cordova.io

Channel #cordova-ios (9 messages)


Thu, 01 Apr 2021 11:31:04 GMT

@lonestarx91 says

hello apparently wkwebview and cordova don't like downloading files with app/octet-stream header

Thu, 01 Apr 2021 11:31:06 GMT

@lonestarx91 says

2021-04-01 13:05:26.815707+0300 HelloCordova[65684:3685443] [Process] 0x7ffa4b030e20 - [pageProxyID=13, webPageID=19, PID=65694] WebPageProxy::didFailProvisionalLoadForFrame: frameID = 3, domain = WebKitErrorDomain, code = 102 2021-04-01 13:05:28.146829+0300 HelloCordova[65684:3685443] Failed to load webpage with error: Frame load interrupted

Thu, 01 Apr 2021 11:31:24 GMT

@lonestarx91 says

apparently there‘s been a change since iOS 13 and it doesn’t work anymore

Thu, 01 Apr 2021 11:31:30 GMT

@lonestarx91 says

anyone ever butted their heads against this ?

Thu, 01 Apr 2021 11:31:56 GMT

@lonestarx91 says

obviously it works in safari

Thu, 01 Apr 2021 11:32:05 GMT

@lonestarx91 says

all i'm doing is <a href*=https://demo.borland.com/testsite/download_testpage.php” download=“FileName”>Download it!</a> in index.html*

Thu, 01 Apr 2021 11:32:33 GMT

@lonestarx91 says

selecting an exe file and attachment + filename

Thu, 01 Apr 2021 11:33:05 GMT

@lonestarx91 says

the bottom line is i'm trying to download a pdf with app/octet-stream header (cos app/pdf previews it instead of downloads it)

Thu, 01 Apr 2021 12:20:14 GMT

@lonestarx91 says

nevermind, eventually decided to download the file locally and open it with UIDocumentInteractionController