Safari WebView
View and activate on the Corona Store
The Safari WebView plugin allows you to create faster and more feature-rich web views in iOS.
Documentation
Safari WebView
View and activate on the Corona Store
The Safari WebView plugin allows you to create faster and more feature-rich web views in iOS.
Documentation
Hi Scott,
I have some questions regarding your plugin.
Thanks in advance,
No not currently
Yep
Just html part
Top web view is my plugin https://youtu.be/g60XDbRK6SA
Yes you can via file path ( myWebView:requestFromFile(path)) or just passing in some html code via string( myWebView:requestFromString(html))
Check out https://youtu.be/g60XDbRK6SA ( top web view is my plugin and bottem one is native plugin)
This Plugin has more features like 3D Touch, webview page loading progress ( returns value between 0-1), mine are faster, get title of page, has secure content, and displaying local html code via string.
Thanks for answering my questions.
Will anchoring be added in an update?
Will it be on top of scene objects all the time? In another word, can it be added to Corona scene Group?
https://developer.apple.com/documentation/webkit/wkwebview/1415002-hasonlysecurecontent
Yeh it is a native object
I cannot insert web views (Safari web views) into Corona display groups because Corona has not shed light on how to do this.
Ok, so at this point I think we all just have to admit that Scott Harrison is a bona fide genius with a lot of time on his hands. Two thumbs up Scott!
If he was a genius it would work on Android too
lol, “Safari” is only on iOS and macOS
You answered my unedited post. Anyhow, thanks for your feedback.
We should call you iScott from now on…
Hi Scott,
is there a way to hide the safari web view? unfortunately .isVisible = false does not seem to work.
Hi DevilSquid, there is no api to hide an webview, but what you can do is move it off screen and bring it back when you need it.