PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → IOS => MapFollowMovement (buggy function!)
IOS => MapFollowMovement (buggy function!)
Débuté par Stevr, 12 nov. 2017 17:34 - Aucune réponse
Posté le 12 novembre 2017 - 17:34
Currently I'm working on a Windev Mobile (Version 22) project. We're targetting the IOS platform and we're heavily using the google maps control.

After the Google maps control initialized we invoke the GPSFollowMovement immediately followed by the MapFollowMovement function.

The purpose of the MapFollowMovement is showing the current location on the map. In our test environment (all our tests are done on a iphone with IOS 11.1 firmware),, the app is crashing the moment you tap on the current location => blue marker.

Exception in Xcode: SIGABRT in Thread 1

We declared our MapFollowMovement function in this way:
MapFollowMovement(Mapview, true)

Are there any other developers who have struggled with this issue?
It seems to me that this function isn't working the way it is supposed to be?