We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map chooser popup is always restricted to 2 options, though I have installed a lot of options.
I was expecting result like screenshot in documentation (which was ios screenshot)
This is config that I have
showLocation({ latitude :lat, longitude : lng, directionsMode: 'car', googleForceLatLon: false, // Force Google Maps to accept coordinates appsWhiteList: ['apple-maps', 'google-maps', 'yandex-maps', 'waze', 'uber'] });
And this is the result.
Am I doing something wrong? How can I make the list of supported applications scrollable?
The text was updated successfully, but these errors were encountered:
same issue here
Sorry, something went wrong.
No branches or pull requests
Map chooser popup is always restricted to 2 options, though I have installed a lot of options.
I was expecting result like screenshot in documentation (which was ios screenshot)
This is config that I have
showLocation({
latitude :lat,
longitude : lng,
directionsMode: 'car',
googleForceLatLon: false, // Force Google Maps to accept coordinates
appsWhiteList: ['apple-maps', 'google-maps', 'yandex-maps', 'waze', 'uber']
});
And this is the result.
Am I doing something wrong?
How can I make the list of supported applications scrollable?
The text was updated successfully, but these errors were encountered: