Hi! I am having problems with open_url:
(1) When opening a site that uses GDPR/Cookie-Banner one has to accept the settings to use the site properly.
But if I open a site inline using open_url the banner-popup continues to appear.
(2) When testing locally I can open the site but online the command does not open anything.
see link for example: sample (move to spot 3 please)
my code is quite simple here:
<plugin name="blur" devices="html5" keep="true" url="plugins/pp_blur.js" enabled="true" range="0.0" quality="10" linearrgb="false" mirroredges="false" order="" phase="2" />
<plugin name="easy_html_lightbox" url="plugins/easy_html_lightbox.js" keep="true" devices="html5" include_jquery="true" include_lightbox="true" theme="dark" background_color="#1e1e1e" />
...
<hotspot name="infospot_2" type="image" url="images/info_icon.png" ath="14.0844" atv="0.6851" title="infospot_2" onloaded="hotspot_pulse(get(name));" onclick="sound_loop('cicadas2.mp3'); plugin[easy_html_lightbox].open_url('http://www.mehlinger-heide.de');" />
Any ideas what's wrong here?
UPDATE
The problem seems to occur on Google Chrome only - all other browsers I tested work as intended ( )