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
if the URL vary on the map like example https://www.google.com/maps?q=9.9975168,78.1778944
https://www.google.com/maps/dir/23.043869,72.5086508/simform/@23.0360271,72.4953684,2521m/data=!3m1!1e3!4m9!4m8!1m1!4e1!1m5!1m1!1s0x395e84f4a59dacf7:0xff3e2c6ec71f55bd!2m2!1d72.4994534!2d23.0283851?entry=ttu&g_ep=EgoyMDI0MTAyOS4wIKXMDSoASAFQAw%3D%3D
has 2 different link one contains latitude and longitude other has direction link
if i pass the 1st link on the UI error message occurs i don't want to display the Oops error
The text was updated successfully, but these errors were encountered:
🐛 add error message for link preview parse error #276
052c0ce
6c141e7
Successfully merging a pull request may close this issue.
if the URL vary on the map
like example
https://www.google.com/maps?q=9.9975168,78.1778944
https://www.google.com/maps/dir/23.043869,72.5086508/simform/@23.0360271,72.4953684,2521m/data=!3m1!1e3!4m9!4m8!1m1!4e1!1m5!1m1!1s0x395e84f4a59dacf7:0xff3e2c6ec71f55bd!2m2!1d72.4994534!2d23.0283851?entry=ttu&g_ep=EgoyMDI0MTAyOS4wIKXMDSoASAFQAw%3D%3D
has 2 different link one contains latitude and longitude
other has direction link
if i pass the 1st link on the UI
error message occurs i don't want to display the Oops error
The text was updated successfully, but these errors were encountered: