Page 1 of 1

map won't load properly after update

PostPosted: 11 Dec 2017 10:28
by loyaltygroup
Hello,

After we updated Devtools to the new version 4.0.1.83 the TIWCGJQGMap3 is changed and requires a new TIWCGGoogleLibLoader.
We added the TIWCGGoogleLibLoader but we have a problem with the map now, it doesn’t load properly.

The TIWCGJQGMap3 is placed on a TIWCGJQFrame and the frame is loaded into a TIWCGJQRegion.
Before the update this worked perfect, after the update we have the following problem;
- the first time we load the frame the map doesnt load(javascript: ReferenceError: google is not defined).
- The second time we load the frame the map is working
- The third time we load the frame the map doenst work with this javascript error: You have included the Google Maps API multiple times on this page. This may cause unexpected errors.

how can we fix this ? or will there be an update?

best regards,

Peter-Paul vom Kothen
Loyaltygroup BV

Re: map won't load properly after update

PostPosted: 11 Dec 2017 12:09
by Jorge Sousa
Hello

If you check the update JQueryDemoV3_IW14 demo, you must put the GoogleLibLoader on a TIWAppForm

Re: map won't load properly after update

PostPosted: 11 Dec 2017 12:41
by loyaltygroup
Jorge Sousa wrote:Hello

If you check the update JQueryDemoV3_IW14 demo, you must put the GoogleLibLoader on a TIWAppForm


Thank you Jorge! that was the problem, it is working now!