The mobile player on the forum is pretty nice, but it's missing one important feature : It doesn't disable the long-press context menu.
If you hold the d-pad or a button down (as you do) it pops up a context menu, making the games frustrating.
Until this is fixed, I recommend using this bookmarklet to fix it.
javascript:(function()%7Bwindow.oncontextmenu%20%3D%20function(event)%20%7Bevent.preventDefault()%3Bevent.stopPropagation()%3Breturn%20false%3B%7D%7D)() |
The forum strips out JavaScript links, so I can't link to the bookmarket, but make a new bookmark, and copy/paste that code into the URL field. Tapping on it will disable the context menu, making Pico8 a joy to play on mobile firefox.
I just wish the mobile player from the forum is what PICO-8 would output when you export. :(
Me too. Presumably that'll be a 1.0 feature?
Anyway, for now I'm just happy I figured out that javascript thing so I can play Dank Tomb at lunch without bringing my PocketCHIP to work.
[Please log in to post a comment]