|
Rank: Member Groups: Member
Joined: 6/16/2014 Posts: 25
|
Hi, I have an Wpf Application with a textbox control (for entering the url) and the WebControl/WebView combination. If I go to a website with a textbox and the wpf textbox has the keyboard input focus, I'm not able to enter text in the website textbox using the touch screen. If I touch on the website textbox, the cursor blinks there (and in the wpf textbox) but the text is inserted into the wpf textbox. If I click with the mouse, all works as expected.
Thanks, Michael
Edit: If I use SetFocus() in the MouseClick event, it works. But I dont't think, that this is an intended behavior.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Can you try our TabbedBrowser example and see if it works for you? We tested with that and it seems to work fine.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 6/16/2014 Posts: 25
|
Hi, I have the same behavior in your tabbed browser sample. As I told, it only occurs when touching the text boxes. Mouse works as it should.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, We have not been able to reproduce this problem with the latest build. Our steps are: 1. Run TabbedBrowser; 2. Touch the address bar, enter www.google.com, then hit Enter; 3. After Google's home page loads, touch the search box in Google's home page; 4. Enter some text. The text is correctly entered to the search box, not the address bar; Can you make sure you have the latest build and then try the above steps again to see if it works for you? Thanks!
|
|