How do I suppress script errors when using the WPF WebBrowser control?

前端 未结 8 1781
余生分开走
余生分开走 2020-12-02 09:34

I have a WPF application that uses the WPF WebBrowser control to display interesting web pages to our developers on a flatscreen display (like a news feed).

The tro

8条回答
  •  一向
    一向 (楼主)
    2020-12-02 10:22

    I've this problem in the past and finally resolved it with an injection of a Javascript script that suppress error handling. Hope this could help you too.

    Disable Javascript errors in WEbBrowsercontrol

提交回复
热议问题