-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
Plugin version used: 2.0.0
After changing Cordova Target SDK version to 30 (Android 11) and app is running on the device with Android 11, this plugin doesn't work anymore.
Code that I use
window.SafariViewController.isAvailable((available: any) => {
if (available) {
window.SafariViewController.show(
{
url: params.url,
hidden: false,
animated: true,
transition: "slide",
enterReaderModeIfAvailable: false,
tintColor: "#00ffff",
barColor: "#000000",
controlTintColor: "#ffffff",
showDefaultShareMenuItem: false
},
(result: any) => {},
(err: any) => {}
);
}
});
available always returns false.
Any ideas?
mihaimuntenas, benthieu, yu-tank, l3ender, pzontrop and 2 more
Metadata
Metadata
Assignees
Labels
No labels