Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.

Local PDF file doesn't open after migrate Cordova to WKWebView

More
IP: 83.56.30.110 6 years 2 months ago - 6 years 2 months ago #14827 by gcorrea
Hello.

Last week, due to a recent update to iOS 13, we migrated Cordova to use WKWebView instead of the default UIWebView, using cordova-plugin-wkwebview-engine.
After that, we are unable to see local pdf that the app downloads from server, and we instead see the screen that you can found attached.

Code that we use to open PDF is as follows:

function openRadaeePDFPluginDocViewer(url) {
console.log(url);
RadaeePDFPlugin.open(
{
url: url,
password: "",
readOnlyMode: true
},
function (message) {
console.log("Successful: " + message + ". URL: " + url);
},
function (err) {
console.log("Error: " + err);
});
}

The successful message is writen in the console.

Our systems are iPads, with iOS 12 and 13, and we have the premium license.



Thank you in advance.
Last edit: 6 years 2 months ago by gcorrea.
More
IP: 37.183.44.177 6 years 2 months ago #14828 by federico
Hello,
Could you please share us your document that give you this issue? Do you have the same opening problem using demo version?
More
IP: 83.56.30.110 6 years 2 months ago - 6 years 2 months ago #14830 by gcorrea
This happens with every PDF file that we try to open. We tried aswell with a empty PDF file as the attached and the behaviour is the same. We haven't tested the Demo version, but in case it works, what we could do with that? How we could solve the issue? The app worked well before changing the webview :(

FYI we have the plugin in the last version available
Last edit: 6 years 2 months ago by gcorrea.
More
IP: 37.183.44.177 6 years 2 months ago #14841 by federico
Hi,
We've just checked with demo version and we aren't able to reproduce your issue, also with iOS 13.
Could you please share us your custom demo project?
Time to create page: 0.405 seconds
Powered by Kunena Forum