I doubt Qt WebEngine cares about size of monitors, its more likely an GPU context sharing issue to do witht he GPU drivers. Basically, as I understand it, WebEngine send GPU commands directly to th GPU via a context for efficient rendering. The context is typically different for different GPUs and maybe different monitors. And in some combination of the two it does not work when moving windows between monitors/GPUs.
|