PixiJS Day72 Posted on November 21, 2019 by SzRaPnEL First issue noticed on mobile: mousedown not working as intended on mobile – should use Buttons or Touch Events instead music sounds different need of full screen emerges Share this:TwitterFacebookLike this:Like Loading... Related
Quick fix for fullscreen: https://www.w3schools.com/howto/howto_js_fullscreen.asp +set the class for canvas element generated by PixiJS https://www.w3schools.com/jsref/met_element_getelementsbytagname.asp LikeLike Reply
Some context issues might be solved with: – reference to PIXI root (app.stage) – js global scope (window) LikeLike Reply
Quick fix for fullscreen:
https://www.w3schools.com/howto/howto_js_fullscreen.asp
+set the class for canvas element generated by PixiJS
https://www.w3schools.com/jsref/met_element_getelementsbytagname.asp
LikeLike
Some context issues might be solved with:
– reference to PIXI root (app.stage)
– js global scope (window)
LikeLike