PurpleKingdomGames/virtual-gloomhaven-board

Mobile & 4k support

Closed this issue · 2 comments

Describe the bug
Unuseable on a mobile device :-( On a 4k device the text is difficult to read as well, so we should investigate fixing this.

Mostly this is about style. The menus and dialogs are too big to fit a mobile device, and too small on 4k, and the whole experience is just clunky. On top of that, dragging characters or tiles on mobile doesn't work, causing the whole thing to be unuseable.

Looks like HTML drag + drop is not currently supported on many mobile devices. Once it's supported we will, of course, support it. Until that time we can make it look pretty, but that's pretty much it

Figured I could actually just use the touch events to solve this problem. It was a bit involved, but we got there in the end! :-)