iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 552 forks source link

javascript-driven text entry fields really clobber IITC Mobile #138

Closed stighackvan closed 11 years ago

stighackvan commented 11 years ago

on android devices with tiny screens and touchscreen keyboards, having javascript so active in the chatbox textentry fields is a real performance killer.

and, it seems to screw up the onscreen keyboard's ability to highlight and edit in the text field...

jonatkins commented 11 years ago

The per-character input handling is redundant on Android, so might as well be disabled entirely.

I think there's other performance issues with chat too though - it can sometimes be quite sluggish on desktop too.