altv-issues icon indicating copy to clipboard operation
altv-issues copied to clipboard

Webview.pos is broken

Open litolax opened this issue 2 years ago • 2 comments

Description of the problem

When I set position of webview I can't select elements. Selection only works if I try to find offset and try to select there. But buttons don't work at all.

Reproduction steps

  1. Create webview
let webview = new alt.WebView("https://www.google.com/",  true);
  1. Change webview position
webview.pos = new alt.Vector2(500,500);
  1. Focus webview
alt.showCursor(true)
webview.isVisible = true;
webview.focus();
  1. Try to select elements or use buttons.

Expected behaviour

When I set webview position I should can to use buttons or select elements.

Additional context

No response

Operating system

Windows 11

Version

10.0-dev11 (dev)

litolax avatar Apr 13 '22 06:04 litolax

still available will there be a fix?

Filtik avatar Oct 15 '22 16:10 Filtik

No priority, because we recommend single page applications and there you only need a full screen webview.

FabianTerhorst avatar Oct 15 '22 16:10 FabianTerhorst