I’m loading android webkit webview in MAUI application. But when I click on an input field in the webview, it’s not opening the keyboard. In the application output I get the following messages. This only happened after I updated the project to .NET8. With previous .NET7 version this works.
[InputMethodManager] showSoftInput
[InputMethodManager] The current service view is not the focus view
But I can click other elements like buttons that are in the webview.
I have tried setting webview.focusable = true, webview.focusableInTouchMode = true