wxWebview wxWebviewEdge打开开发者工具快捷键
-
- In need of some credit
- Posts: 2
- Joined: Tue Apr 19, 2022 2:05 pm
wxWebview wxWebviewEdge打开开发者工具快捷键
编译了wxWebView windows版本的,然后选择编译了edge版本的,想打开开发者工具 ,为什么按了F12,Ctrl+Shift+i都没反应,
,有没有哪位朋友遇到过这个问题啊?Re: wxWebview wxWebviewEdge打开开发者工具快捷键
Did you confirm that the Edge backend is used? It can be seen in the log window of the "webview" sample.
Did you click into the webview so it gets input focus before pressing F12?
Did you click into the webview so it gets input focus before pressing F12?
Use the source, Luke!
Re: wxWebview wxWebviewEdge打开开发者工具快捷键
on demo F12 is not work. any methods to make it work?
Re: wxWebview wxWebviewEdge打开开发者工具快捷键
the last solution is web oepn the console and slove the question.







Re: wxWebview wxWebviewEdge打开开发者工具快捷键
Select "Enable Dev Tools" from the menu. Then reload the page.
Works for me.
Use the source, Luke!
Re: wxWebview wxWebviewEdge打开开发者工具快捷键
my wxwidget version is wxWidgets-3.2.1.
and wo run the widget samples.
then handle as the gif .
that look likes i can't enable the function?
then i pressed the F12,the develop tool not show.maybe somewhere error?
thanks all.
and wo run the widget samples.
then handle as the gif .
that look likes i can't enable the function?
then i pressed the F12,the develop tool not show.maybe somewhere error?
thanks all.
Re: wxWebview wxWebviewEdge打开开发者工具快捷键
When you look at the first line in the log window, you see that you're using the Internet Explorer backend. That doesn't support the dev tools.
Check the documentation on how to use the wxWEBVIEW_BACKEND_EDGE backend.
https://docs.wxwidgets.org/trunk/classw ... CKEND_EDGE
Check the documentation on how to use the wxWEBVIEW_BACKEND_EDGE backend.
https://docs.wxwidgets.org/trunk/classw ... CKEND_EDGE
Use the source, Luke!
Re: wxWebview wxWebviewEdge打开开发者工具快捷键
thanks. emm. maybe the ie webview not support the f12 to open the dev tools ?
i will try to use edg to due with it.
i want known more .if i use cef to install of it the default backend.
i can use cef to show web on mac or win and use f12 to open dev tools debug?
at present webview show the web depen on the platform browser,
if use cef,i can debug web use f12 tools on any platform, isn't?
i will try to use edg to due with it.
i want known more .if i use cef to install of it the default backend.
i can use cef to show web on mac or win and use f12 to open dev tools debug?
at present webview show the web depen on the platform browser,
if use cef,i can debug web use f12 tools on any platform, isn't?
Re: wxWebview wxWebviewEdge打开开发者工具快捷键
Yes
On Mac it should work already. The Edge backend is only important under Windows.i can use cef to show web on mac or win and use f12 to open dev tools debug?
Use the source, Luke!
Re: wxWebview wxWebviewEdge打开开发者工具快捷键
thanks for your kind. i will check my code and fix this bug.
no dev tool debug web is very hard.
no dev tool debug web is very hard.