1
I have an application in Delphi XE7 that loads a google map to generate route in Twebbrowser, but when generating the route it is shown only that it generates error when will put the path described in the element. I tried using api from version 18 to version 23, but it didn’t take effect.
Even via browser if using IE8 occurs the problem.
I noticed that jstcache and jsaction attributes were added to the Directions tags
I call the map.directions_display.setDirections(result method);
I tried to add the metatag to IE=9, but then my map doesn’t load.
--I changed via registration via the link https://weblog.west-wind.com/posts/2011/May/21/Web-Browser-Control-Specifying-the-IE-Version and worked only for IE11. Any suggestions for my clients who have windows XP, other than operating system migration?
It started out of nowhere this morning.
Try to put in the property of Twebbrowser Silent=True
– Jefferson Rudolf