lively
lively copied to clipboard
When more than one screen use CefSharp, the devtools only can show one tab.
The situation is as described in the title.
I think that may because each screen use CefSharp create a instance but tab.
Do you mean chromium devtool? how are you turning it on?.. describe steps to reproduce the issue.
Settings->Wallpaper->Web browser->Debugging port
I set it to 9000, when I let my two screen use the website as wallpaper and I open localhost:9000
, I just see 'Inspectable WebContents' and only one tab.
Ah.. its called "Debugging port" in English text.
Each screen new CEF program is launched, need to take a look how to register multiple times.
Can only one program for more than one screen?
Lively is designed with one program per screen for now.
Is debugging both screen simultaneous a requirement? are the wallpapers talking to each other?
Debugging each screen is a requirement. Perhaps we could use cookies or other web technologies to make the wallpaper more interactive.