SteveDunn / PacManBlazor

PACMAN in Blazor WebAssembly
MIT License
136 stars 15 forks source link

Doesn't work on MacOS, iPad, iPod #2

Open SteveDunn opened 4 years ago

SteveDunn commented 4 years ago

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 commented 4 years ago

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

jtsom commented 4 years ago

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