Embedded Browser Control (Full Support for External Sites) in Wisej Web Application

0
0

Dear Team,

I’m looking for a way to embed a browser control inside a Wisej Web Application that:

  • Can display and interact with any external site, including ones using X-Frame-Options: DENY or strict Content-Security-Policy

  • Allows full control over navigation events, clicks, and URL changes

  • Works across all client browsers (no WebView2 dependency on client side)

  • Stays embedded visually in the application, not via external windows or new tabs

I understand that WebView2 works well in Wisej Desktop, but I’m strictly referring to Web-based deployment (running in browser).

I’ve tried HtmlPanel and IFramePanel, but most modern websites refuse to load due to security headers.

So my question is:

❓ Is there any officially recommended approach or upcoming feature that allows full browser embedding inside Wisej Web App for any site, or at least a workaround for full navigation control?

Thanks in advance for any insights or roadmap info.

Best regards,
Mariyan

  • You must to post comments
0
0

Unfortunately, you are limited to whatever an iFrame can load. So it is not possible to get past the security limitations.

The only way would be to simulate a browser on the server, scrape the screen and render as an image in the browser and detect pointer actions, etc

 

Julie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.