cpd73 wrote:
> Sorry, no. Javascript can request fullscreen, but only in response to a
> user click. Which I guess makes sense, as most users would not want some
> random website opening a fullscreen page.
But a click can be synthesized 😎 e.g.
Code:
--------------------
var item = document.querySelector("li.list-item[data-v-29761082]");
if (item) {
item.dispatchEvent(new Event('click'));
}
--------------------
------------------------------------------------------------------------
philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=109624
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins