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
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
> 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
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