You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
Hi,
I have a question about the webview in MDM with the html theme.
I modify the source code for trying to display 2 webview in mdm:
1 webview for the login screen on the primary monitor
1 webview in the second monitor for display a dynamic page.
I can display each of them alone, but I can't display both of them simultaneously...So how to diplay his both webview simultaneously ?
I use webkit_web_view_load_uri for the another webview and I know about the rectangular screen with gdk_screen_get_monitor_geometry for spliting the monitors on one rectangle.
But I don't know how to display both of them. So which "init" using/doing or not ?
So guys, can u help me pls ? I'm stuck since 3 weeks...
Thank you in advanced.
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Hi,
I have a question about the webview in MDM with the html theme.
I modify the source code for trying to display 2 webview in mdm:
I can display each of them alone, but I can't display both of them simultaneously...So how to diplay his both webview simultaneously ?
I use
webkit_web_view_load_uri
for the another webview and I know about the rectangular screen withgdk_screen_get_monitor_geometry
for spliting the monitors on one rectangle.But I don't know how to display both of them. So which "init" using/doing or not ?
So guys, can u help me pls ? I'm stuck since 3 weeks...
Thank you in advanced.
The text was updated successfully, but these errors were encountered: