3.2.0

Will work activewidgets with google Chrome browser?

Hi,

I need to know if the activewidgets library will works with the google Chrome browser.

I'm using the 1.0.2-gpl_2 version.

Thanks
Esteban
September 2,
I am also interested if ActiveWidgets will work with the new Google Chrome browser.
Bryan
September 2,
Yes, the next release will support Google Chrome.

If you are using 2.5.2 and want to try it right now - you have to apply a small fix. Go to the /source/lib/system/control.js line 530 and change

if (template.$owner != this && template != previous){


to

if (template.$owner !== this && template !== previous){


(replace != operator with !==).

In the compressed /runtime/lib/aw.js the same code is located on line 27, char 7276 and char 7295.
Alex (ActiveWidgets)
September 2,
Google Chrome is now supported in AW 2.5.3 -

http://www.activewidgets.com/general.bugs/2-5-3.html
Alex (ActiveWidgets)
September 9,

This topic is archived.

See also:


Back to support forum