Unrud / remote-touchpad

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

Support older browsers #40

Closed Naheel-Azawy closed 2 years ago

Naheel-Azawy commented 2 years ago

Hi,

It would be nice to support older browsers. The javascript code here is simple enough. I think all what's needed is to replace const and let with var in fn.js. That did the job for me but I thought it would be good to mention here.