You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
I create a StackLayout which contains a WebView .And I set the Focused event.It works fine in Android but not works in iOS. webView.Focused += WebView_Focused;
Uh oh!
There was an error while loading. Please reload this page.
Description
Steps to Reproduce
I create a StackLayout which contains a WebView .And I set the Focused event.It works fine in Android but not works in iOS.
webView.Focused += WebView_Focused;
I think it because of in native iOS platform.UIWebview and WKWebview do not support focus event( in native iOS we call becomeFirstResponder ).
So,is there a solution to solve it?
Expected Behavior
Actual Behavior
Basic Information
Version with issue:
Last known good version:
IDE:
Platform Target Frameworks:
Android Support Library Version:
Nuget Packages:
Affected Devices:
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: