- Home
- Forum
- ASP.NET Core - EJ 2
- When I move / Pan the map the marker disappears!
When I move / Pan the map the marker disappears!
Hello,
Attachment: SyncfusionWebApplication_78cd8802.zip
When I move / Pan the map the marker disappears!
Best regards
Pedro Alegria
Attachment: SyncfusionWebApplication_78cd8802.zip
SIGN IN To post a reply.
5 Replies
1 reply marked as answer
SB
Swetha Babu
Syncfusion Team
April 7, 2021 05:11 PM UTC
Hi Pedro,
Thank you for contacting Syncfusion support.
We are able to reproduce the reported issue. However, we can resolve this issue by setting the field names “Latitude” and “Longitude” in the "LatitudeValuePath" and "LongitudeValuePath" properties in markerSettings.
Thank you for contacting Syncfusion support.
We are able to reproduce the reported issue. However, we can resolve this issue by setting the field names “Latitude” and “Longitude” in the "LatitudeValuePath" and "LongitudeValuePath" properties in markerSettings.
We have modified your sample to demonstrate the same and it can be downloaded from the below link.
https://www.syncfusion.com/downloads/support/forum/164278/ze/SyncfusionWebApplication_(2)-1400277792
Code Snippet:
https://www.syncfusion.com/downloads/support/forum/164278/ze/SyncfusionWebApplication_(2)-1400277792
Code Snippet:
|
{
new MapsMarker{
Visible=true,
Shape=Syncfusion.EJ2.Maps.MarkerType.Balloon,
LegendText="local",
DataSource=data,
LatitudeValuePath="Latitude",
LongitudeValuePath="Longitude"} };
|
Please let us know if the above sample meets your requirement.
Regards,
Swetha Babu
Marked as answer
PA
pedro alegria
April 8, 2021 11:54 AM UTC
Now is working. But I have another problem
window.click works in my pc using a webbrowser and mouse click, but not working in smartphone webbrowser can you confirm if it's normal ?
I go to your website in "Example of Dynamic Marker in ASP.NET Core Maps Control Dynamic Marker" and not working to in my smartphone...
Best regards
Pedro
SB
Swetha Babu
Syncfusion Team
April 9, 2021 02:50 PM UTC
Hi Pedro,
Thank you for your update.
We are able to reproduce the reported issue. We have considered this as a defect and logged a defect report for the same. However, we will include the fix for the reported issue in our weekly NuGet release which is expected to be available by the end of April 2021. Please find the below feedback link to keep track of the reported issue.
https://www.syncfusion.com/feedback/24130
Regards,
Swetha Babu
Thank you for your update.
We are able to reproduce the reported issue. We have considered this as a defect and logged a defect report for the same. However, we will include the fix for the reported issue in our weekly NuGet release which is expected to be available by the end of April 2021. Please find the below feedback link to keep track of the reported issue.
https://www.syncfusion.com/feedback/24130
Regards,
Swetha Babu
SB
Swetha Babu
Syncfusion Team
April 28, 2021 05:36 AM UTC
Hi Pedro,
Thank you for your patience.
We have not included the fix for the reported issue “Dynamic marker is not working in mobile mode” in our weekly patch release. However, we created the fix as a custom script and it can be downloaded from the below link.
Please replace the above script file “ej2.min.js” in your application to resolve the reported issue. We will include the fix for the reported issue in our next weekly patch release. Please use the above script file until the fix is included in our weekly patch release.
Regards,
Swetha Babu
SB
Swetha Babu
Syncfusion Team
May 4, 2021 12:09 PM UTC
Hi Pedro,
Thank you for your patience.
We have included the fix for the reported issue “Dynamic Marker is not working in mobile mode” in our weekly NuGet release(v19.1.59). Please update “Syncfusion.EJ2.AspNet.Core” package and “ej2.min.js” script file to the latest version to resolve the reported issue.
Please let us know if you need any further assistance.
Regards,
Swetha Babu
SIGN IN To post a reply.
- 5 Replies
- 2 Participants
- Marked answer
-
PA pedro alegria
- Apr 6, 2021 07:15 PM UTC
- May 4, 2021 12:09 PM UTC