I looked for the documentation, but I couldn't find the API. But I have tested Chrome for the iOS version, it is fine. I don't know how to enable it. Who can tell me, thank you very much.
Asked
Active
Viewed 272 times
1
-
Not sure what you mean but once you move around a stick or hit a button an even calls the brwoser, which should ask the user for permission – user3732793 Apr 26 '21 at 13:09
-
GamePad is H5 standard API. i sure it be disabled in WKWebView. I use the other way to solve this problem – HelloWorld Apr 27 '21 at 14:03
-
It should be enabled as of iOS 13 according to this [comment](https://bugs.webkit.org/show_bug.cgi?id=205448#c3) by an Apple WebKit engineer on the bug tracker. – DenverCoder9 Apr 29 '21 at 23:13
-
In the end, I use the ios gamepad API to fetch the data and post it th WKWebView – HelloWorld Jan 21 '22 at 07:22