-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for WKWebView ... FINALLY #819
Conversation
😲 Nice! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Do you think this warrants a major version bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree about a major version bump, since someone may be using other UIWebView features that we don't document.
If someone wants to use UIWebScreen instead, they can just include UIWebScreenModule
in their screen instead of using WebScreenModule
.
The only things is breaks are the methods I agree a major version bump is warranted here but not entirely necessary. |
Is there a target release date for 3.0.0? We're starting to get Deprecation notices from App Store connect regarding |
Ah, I forgot we haven’t released this yet. Sorry about that. I’ll work on doing that today.
…Sent from my iPhone
On Mar 2, 2020, at 10:36 AM, Ben Govero ***@***.***> wrote:
Do we have a target release date for 3.0.0? We're starting to get Deprecation notices from App Store connect regarding UIWebView.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
OVER 5 years in the making!
🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
So i ran into a crash when opening a modal screen that loads in a
PM::WebScreen
. If you close the modal before the content loads, the app would crash. So decided to look into if it was possible to get this old branch up and running and it's working great for simple web page display in a screen.Once i merged master into the
wk_web_view
branch, the changes are actually quite simple!I've tested this on ios 13 and displaying a simple web page works great:
Closes #543