I got code which generate link to Google Maps by data from form on page.
Example of generated links: "https://www.google.pl/maps/dir/Düdingen, Szwajcaria/6247 Schötz, Szwajcaria/5466 Veghel, Holandia"
Than by window.open() browser open it.
It works correct in all ways.
But, when I'm opening it on iOS at iPad, in one part of code it immediately opens Google Maps App, and in different place on my page it opens in Safari.
Is there any way to force opening always on Google Maps App?