altv-issues
altv-issues copied to clipboard
Webview.pos is broken
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
- Create webview
let webview = new alt.WebView("https://www.google.com/", true);
- Change webview position
webview.pos = new alt.Vector2(500,500);
- Focus webview
alt.showCursor(true)
webview.isVisible = true;
webview.focus();
- 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)
still available will there be a fix?
No priority, because we recommend single page applications and there you only need a full screen webview.