OpenLiberty / liberty-bikes

Real-time web based multiplayer game running on OpenLiberty
http://libertybikes.mybluemix.net
Eclipse Public License 1.0
37 stars 38 forks source link

Handle iOS 13 iPads correctly #207

Open realModusOperandi opened 5 years ago

realModusOperandi commented 5 years ago

Starting in the next release of iOS, iPads will identify themselves as macOS devices to websites in order to get the desktop version of webpages. However, we really do need to send it the mobile page, because the desktop version can only be played with a keyboard, and the on screen keyboard does not have arrow keys.

Possible solutions (easy to hard):

IMG_0286