Page 1 of 1

Uncaught ReferenceError: google is not defined

PostPosted: Mon Jun 28, 2021 10:28 am
by hasib1220
Hi all,
I am trying to run google charts files on Chromium Embedded Framework for Free Pascal (fpcef). The version of CEF is 3.3029 which is pretty old. As a result I am having a hard time loading the google charts in that chromium browser. It works perfectly fine on a modern chrome or any other browser. But when I try to load any google charts it shows this error message:

Uncaught ReferenceError: google is not defined

When I check the developer console of my chromium browser I can see that the loader. js does not get loaded properly. Did anyone else face this problem? I will really appreciate it if someone can help me here since I am stuck here for weeks. Also I cannot update the chromium browser at this moment since it will be a really resource intensive project. I have attached a few screenshot here if that helps.

Re: Uncaught ReferenceError: google is not defined

PostPosted: Mon Jun 28, 2021 4:23 pm
by amaitland
You can download the CEF Sample application (cefclient) from https://cef-builds.spotifycdn.com/index.html#windows32

Confirm that the website works in the currently supported version.

If it works you'll need to upgrade.