kou-yeung / WebGLInput

IME for Unity WebGL
MIT License
767 stars 111 forks source link

Mobile Keyboard doesn't open on iPad #75

Open boasbakker opened 2 years ago

boasbakker commented 2 years ago

As the title sais. It does work on iPhone, windows and android phones It doesn't work on safari on iPads, it does work on chrome on iPads. It seems this is the case because the iPad isn't recognised as a mobile device

Styno333 commented 4 months ago

For future readers: This is correct. This project determines if it's on a mobile device by using Application.isMobilePlatform which returns false on ipad devices. I fixed this for myself, I'll try to create a PR for it later.