feat(geolocation): support for non-GMS devices - #3377
Conversation
Package Changes Through 70d32cdThere are 32 changes which include deep-link with patch, deep-link-js with patch, dialog with patch, dialog-js with patch, fs with patch, fs-js with patch, geolocation with minor, geolocation-js with minor, haptics with patch, haptics-js with patch, http with minor, http-js with minor, log with patch, log-js with patch, persisted-scope with patch, positioner with patch, positioner-js with patch, single-instance with patch, sql with patch, sql-js with patch, stronghold with patch, stronghold-js with patch, updater with minor, updater-js with minor, upload with patch, upload-js with patch, websocket with patch, websocket-js with patch, nfc with patch, nfc-js with patch, notification with minor, notification-js with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Thank you for starting this, I don't use Google Play Services and this has been blocking me from adopting Tauri. |
|
Seem like all the APIs used here will require API level 31? We'll need to guard them since the plugin still wants to support older devices. |
|
Good point. Will look into that. |
Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com>
|
no, all good |
|
That should do it. |

Closes #2115
I also fixed an issue where the
watchPosition()command wouldn't actually resolve (and thus never returning a channel id) and added the watchPosition/clearWatch commands to the example app.I can split these changes off if needed.