Good morning,
In my project I have a screen with a WebBrowser object.
I have two different problems regarding that object.
1. I don't have the possibility to move the focus inside the webpage showed. So if there are any form inside the page the onscreen keyboard doesn't appear.
2. If you browse any webpage that use javascript the error in the image attached below, appear every time you enter in this page with an uncorrect visualization of the page.
Could you please give me some advice to solve those problems?
Thank you,
Riccardo
WebBrowser Object
WebBrowser Object
- Attachments
-
- Script error.png (15.65 KiB) Viewed 7960 times
-
- Posts: 25
- Joined: Sat Jul 04, 2015 6:13 am
Re: WebBrowser Object
I haven't tried the web browser, but this can be a problem when you embed one application in another. I suspect that you will find:
- If you use the iX Browser the keyboard will appear because it's part of the iX application. But I also suspect that the iX Browser will not run JavaScript.
- If you use Internet Explorer the JavaScript will work fine but the iX application will not detect that you are in a form so no keyboard will appear.