-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
-
Webview launches with "Success" but only with a white empty page which then launches Safari.
-
After closing the webview, you cannot open it again.
webview.Show(
url,
function onSuccess(){
console.log('Success');
app.hideLoading();
},
function onError(error){
console.log('Error opening presentation.');
}
);
Metadata
Metadata
Assignees
Labels
No labels