WebView icon indicating copy to clipboard operation
WebView copied to clipboard

Browser Focus/TextInput

Open tkefauver opened this issue 1 year ago • 1 comments

From the sample I can't input text into google search box (using OSR).

I see here in WebView.cs that there are focus issues w/ OSR and commenting out that if statement still doesn't allow browser to take focus.

I notice when clicking onto the search box specifically, right before releasing the mouse the cursor does turn to an IBeam but then falls back to default.

Is there more places in the code preventing/unimplemented for OSR mode to get the focus? How can I get the browser to take focus? What are the problems that happen?

tkefauver avatar Nov 28 '23 17:11 tkefauver

To be honest I don't know. It's been long time since I tried OSR.

joaompneves avatar Nov 29 '23 09:11 joaompneves