I have an iPad air (1st or 2nd gen), Dashticz was working perfectly till now cause it cannot display anymore the iframes waze and Google maps.
It was working perfectly before a few weeks now, I tried a lot of things (in the settings of the ipad) but impossible to get the traffic to be displayed anymore

Same issue with Waze and Google Maps.
(note: It is still working with more recent iPads)
This is what I use: dashticz v3.10.0.1 master
CONFIG.js
Code: Select all
config['gm_api'] = 'xxx';
var maps = {}
maps.location = { height:300, width:12, latitude:48.166677, longitude:-1.731962, zoom:11 }
blocks['maps_trafic_waze'] = { htmlfile: 'maps_trafic_waze.html', width: 12 }
Code: Select all
<div style="border-radius: 10px; width:325px; height:290px; border:2px solid #eee; display:inline-block; overflow:hidden; text-align:center;" align="center">
<iframe style="position:relative; top:-80px; bottom:+30px; border:none;" src="https://embed.waze.com/fr/iframe?zoom=11&lat=48.14043244&lon=-1.69635773" width="415" height="420"></iframe>
</div>
Do you have any suggestions to help me please?
Dashticz is the best solution ever

Thank you very much for any help.