IITC-CE / ingress-intel-total-conversion

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
https://iitc.app
ISC License
284 stars 110 forks source link

Move and zoom to portal #6

Closed johnd0e closed 5 years ago

johnd0e commented 5 years ago

Regarding this patch: https://github.com/IITC-CE/ingress-intel-total-conversion/commit/59cc3126bd85f5c9e298e94517384b34c8458d65

  1. I am unable to see any icon (developer build). Perhaps there is some problem with svg rendering. Tried with different values of "Use Canvas rendering" option (btw McBen's fork does not have this option anymore)
  2. When I click on empty space at left of the title - map actually moves and zooms, but user cannot see it until he closes portal view . Imho it would be more intuitive if porlal view gets closed automatically.
modos189 commented 5 years ago

I suspect that I need to enable svg support when building your application. But I am not sure that this button is needed in the mobile version of IITC

By the way, I also want to use canvas by default, because I always turn it on, it works faster.

johnd0e commented 5 years ago

But I am not sure that this button is needed in the mobile version of IITC

It is needed because there are really many many cases when we can open info for portal that is not in current view.

johnd0e commented 5 years ago

What can you tell about 2nd point:

When I click on empty space at left of the title - map actually moves and zooms, but user cannot see it until he closes portal view . Imho it would be more intuitive if portal view gets closed automatically.

Any chances to fix it?