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
JavaScript: Rho.Geolocation.set_notification_ex(callback url, string callbackParams, options hash);
iOS implementation punts by simply calling set_notification. But mis-match in type of third parameter:
But because the third parameter type mis-matches, (string vs hash) this will not work as documented.
I've suggested that until this is implemented, it should be documented as not implemented for iOS.
I guess you could reconcile this by accepting hash, ignore minDistance, set third parameter for set_notification call (ping_gpssystem_interval) to minTimeout value from hash.
The text was updated successfully, but these errors were encountered:
I also filed an Issue with documentation.
5.0.38 docs state:
But because the third parameter type mis-matches, (string vs hash) this will not work as documented.
I've suggested that until this is implemented, it should be documented as not implemented for iOS.
I guess you could reconcile this by accepting hash, ignore
minDistance
, set third parameter forset_notification
call (ping_gpssystem_interval
) tominTimeout
value from hash.The text was updated successfully, but these errors were encountered: