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
Hi,
When I tap on marker, I'd like it to redirect me to another page. But my app crashes at the same moment...
onCalloutTap: () => { this.router.navigateByUrl("my-page"); }
What is the problem ? Thanks !
The text was updated successfully, but these errors were encountered:
Same for me, only on Android though... :/
Sorry, something went wrong.
Also this is not isolated to Angular, as I get the same when using Nativescript Vue
same problem with nativescript angular latest versions of mapbox
Try this #332 personally i use the fork of Yermo
No branches or pull requests
Hi,
When I tap on marker, I'd like it to redirect me to another page.
But my app crashes at the same moment...
onCalloutTap: () => {
this.router.navigateByUrl("my-page");
}
What is the problem ? Thanks !
The text was updated successfully, but these errors were encountered: