Re: RFR: 8264501: UIWebView for iOS is deprecated [v2]

2021-03-31 Thread Jose Pereda
On Wed, 31 Mar 2021 12:19:10 GMT, Kevin Rushforth wrote: >> Jose Pereda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add new line at the end of file > > modules/javafx.web/src/ios/java/com/sun/javafx/sg/prism/web/NGWebView.java > lin

Re: RFR: 8264501: UIWebView for iOS is deprecated [v2]

2021-03-31 Thread Johan Vos
On Wed, 31 Mar 2021 12:26:17 GMT, Jose Pereda wrote: >> This PR replaces the deprecated iOS native view for web (UIWebView) with >> WKWebView. >> >> While most of the native API can be easily replaced from one to the other, >> there are some changes that affect the scripts execution, and ther

Re: RFR: 8264501: UIWebView for iOS is deprecated [v2]

2021-03-31 Thread Jose Pereda
> This PR replaces the deprecated iOS native view for web (UIWebView) with > WKWebView. > > While most of the native API can be easily replaced from one to the other, > there are some changes that affect the scripts execution, and therefore some > minor changes in WebEngine/JS2JavaBridge are r

Re: RFR: 8264501: UIWebView for iOS is deprecated

2021-03-31 Thread Kevin Rushforth
On Wed, 31 Mar 2021 10:58:27 GMT, Jose Pereda wrote: > This PR replaces the deprecated iOS native view for web (UIWebView) with > WKWebView. > > While most of the native API can be easily replaced from one to the other, > there are some changes that affect the scripts execution, and therefore