PoGOHWH / iitc-ce-pogo-s2

A faster IITC-CE fork of PoGO Tools by AlfonsoML
24 stars 12 forks source link

Make PoGO markers larger on mobile so that they cover Portals like on desktop #2

Closed 5310 closed 5 years ago

5310 commented 5 years ago

Tried a blind-faith implementation here, and it seems to make no difference on IITC-CE on Android.

Case in point, uuugleh: image

PoGOHWH commented 5 years ago

Turns out, IITC had [remote debugging enabled](navigator.userAgent.match(/Android.*Mobile/) ? 1.3 : 1) already. The original isIITCm() function simply does not work because it's too strict, at least for IITC-CE. Went with the simplest solution for now.