salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.21k stars 368 forks source link

HTML displays in browser but not in CEF #475

Closed mjsouza1977 closed 1 year ago

mjsouza1977 commented 1 year ago

I use the CEF to display a google map and suddenly overnight the map is simply not displayed, until the system returns to previous versions.

Here is the link to the file we are having problems with: https://drive.google.com/file/d/1xaLWndd6pdnDIYdgcGbINkA2WxvC9Jku/view?usp=sharing

salvadordf commented 1 year ago

Hi,

Use the DevTools in a CEF browser and read the messages in the Console tab. Those message may have clues about this issue.

It seems that you are trying to use the Google Maps API. See the Google console error messages to know more details about this issue.

This issue is outside the scope of CEF4Delphi but feel free to write about it in our forum.