Relative Content

Tag Archive for pythonwebviewfrontendwxpythonpywebview

Calling a webview from pywebview is breaking a wxpython GUI

Im currently working in a windows app project that requires in some step of the workflow the access in a url page. I making the GUI with wxpython and the calling a browser with pywebview. But when i call the browser from a button in my GUI the web window opens normally but breaks the main wxpython GUI. The problem interface get all resized like the window, fonts, widget. Can someone help me with that.