#Webview in the same window

5 messages · Page 1 of 1 (latest)

royal hawk
#

Is it possible to open webview in the same window, right now I'm opening it with:

 const webview = new WebviewWindow('theUniqueLabel', {
        url: 'https://poki.com/en/g/classic-mahjong',
        hiddenTitle: true,
      });

but that actually creates 2nd window so not kinda the required result

rapid zodiac
#

Nope

#

iirc the only somewhat viable workaround are iframes, but that doesn't work for many pages either (since a website can control wether it can be displayed in an iframe or not etc)

#

some people also tried syncing the window positions to simulate this but it was laggy af