PacManBlazor icon indicating copy to clipboard operation
PacManBlazor copied to clipboard

Doesn't work on MacOS, iPad, iPod

Open SteveDunn opened this issue 5 years ago • 2 comments

The maze isn't drawn. When the game runs, the player's maze, which is a canvas, is manipulated (e.g. each pill are removed) and then it is drawn onto the main output canvas. This works on Windows/Android on all browsers, but doesn't work on Apple.

image

SteveDunn avatar Jun 25 '20 05:06 SteveDunn

Perhaps this is related? https://stackoverflow.com/questions/42700396/canvas-element-not-rendering-on-ios-devices

SteveDunn avatar Jun 27 '20 16:06 SteveDunn

Sound also does not work on same platforms (Safari on MacOS, iOS)

jtsom avatar Jun 29 '20 11:06 jtsom