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
Hi,
the Here map conversioni of MouseMove into PointerMoved is not working, the event in WP8 fires when you move the map but in UWP it doesn't fire when expected.
Maybe should it be converted into something else? I have not found something similar so far btw
The text was updated successfully, but these errors were encountered:
Thanks for your report!.
Just to confirm ,are you trying to convert from Microsoft.Phone.Maps.Controls.Map to Windows.UI.Xaml.Controls.Maps.MapControl?
If so, as you said it seems that in the current version the Pointer events are not being raised for MapControl. It seems that the closest way to detect movement inside the map control is to subscribe to the CenterChanged event.
We will leave the issue open until we find a better conversion for Windows.UI.Xaml.Controls.Maps.MapControl.MouseMoved.
The problem is CenterChanged is fired dozens of time even if the center of the map is changed due to a new gps location and not only due to a user interaction.
Hi,
the Here map conversioni of MouseMove into PointerMoved is not working, the event in WP8 fires when you move the map but in UWP it doesn't fire when expected.
Maybe should it be converted into something else? I have not found something similar so far btw
The text was updated successfully, but these errors were encountered: