You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I tested the plugin using iPad (iOS 7), and it's not working. Whenever the button was clicked, no magnifying glass existed on the map. I wonder whether you have any clue about the source of this problem.
The text was updated successfully, but these errors were encountered:
I don't have any iPad to test this, but I guess it's the same as with my Android tablet. The magnifying glass doesn't appear because for now it's only tied to mousemove events, which don't exist on touch devices.
For touch devices, it should use other means of interactions based on tap, long touch, etc, but I haven't actually thought about what is the best yet.
To help me, can you tell me what is the behavior you were expecting?
@bbecquet I understand that there is no mousemove events on touch devices. However, I expect particular behaviour on touch devices. For example, when users touch the device (touchstart), then the mag-glass will be shown. When they move their finger (touchmove), the mag-glass will follow its movement. Finally, when they pull their finger (touchend), the mag-glass will be hidden. This behaviour is similar when you're using magnifying glass iOS-feature on iPhone or iPad.
I know it's quite complex. But it will be great if this behaviour can be implemented. And I think many people want this feature as well.
Hi, thank you for this fantastic plugin.
Recently, I tested the plugin using iPad (iOS 7), and it's not working. Whenever the button was clicked, no magnifying glass existed on the map. I wonder whether you have any clue about the source of this problem.
The text was updated successfully, but these errors were encountered: