runar-rkmedia / gotally

0 stars 1 forks source link

dialog is not supported on all devices #10

Open runar-rkmedia opened 1 year ago

runar-rkmedia commented 1 year ago

Tested on an old iPhone 8, and the dialog is the first thing one sees. Scroll down, and there is the game!

Look into getting everything to work on that device too.

runar-rkmedia commented 1 year ago

Looks like the cells are also not clickable. Perhaps the TouchEvents are not supported either here, or the dialog is above the game (z-index), and that intercepts the touches.

runar-rkmedia commented 1 year ago

Might need some polyfills or something. Should probably also check on Android.