Unrud / remote-touchpad

Control mouse and keyboard from a smartphone
GNU General Public License v3.0
526 stars 50 forks source link

Not working for iOS 16? #49

Closed joshcho closed 9 months ago

joshcho commented 1 year ago

On 16.0.3, with Arch Linux and X11.

ams1 commented 1 year ago

I've just tested the webapp (served via a python webserver - long story) on ios 16.3.1 and the touchpad works flawlessly - imo this can be closed.

P.S.: @Unrud - this is an awesome initiative!

package main; import "fmt"; func main() { for i := 0; i < 1000; i++ { fmt.Println("Thank you!") } }