1. Andres Slachevsky
  2. PowerBuilder
  3. Wednesday, 3 October 2018 23:01 PM UTC

Hello All,

I have a working app using the Google Maps API in a windows 7 with and explorer 9-10 version

when i move to windows 10 and edge i recieve and error trying to open the created HTML

i display it in Browser OLE object in a PB Windows


any one have a working sample in windows 10 / Edge

i am attaching a my created HTML that was working in the pass

Attachments (1)
Eduardo G. Accepted Answer Pending Moderation
  1. Friday, 5 October 2018 09:24 AM UTC
  2. PowerBuilder
  3. # 1

I see the html file well but you must include an APIKey for it to work

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Thursday, 4 October 2018 12:48 PM UTC
  2. PowerBuilder
  3. # 2

Despite Microsoft pushing Edge as the new browser, IE is still part of Windows 10 and the WebBrowser control still uses the IE browser engine. There are two ways to get around the problem.

Add a browser emulation registry entry. The WebBrowser control is in IE7 mode by default but you can change it to IE11 by following the instructions here:

https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/general-info/ee330730(v=vs.85)#browser-emulation

You can add a meta tag to the html:

http-equiv="x-ua-compatible" content="IE=edge"

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.