I created web application using CesiumJS.
On computers its working just fine, but on mobile just Reloading (Safari) and Error (Chrome).
I get Mac from my friend I use developer tools and see error on mobile (see picture)
I tried some solutions for this, to disable iFrame sandbox attribute or allow-script in iFrame sandbox attribute, but wont works again.
The web site is:
osgl.grf.bg.ac.rs/srbcorine
Can you give me a solution please?
Thanks
субота, 27. фебруар 2016. 22.57.34 UTC+1, milu...@gmail.com је написао/ла:
I created web application using CesiumJS.
On computers its working just fine, but on mobile just Reloading (Safari) and Error (Chrome).
I get Mac from my friend I use developer tools and see error on mobile (see picture)
Screenshot by Lightshot
I tried some solutions for this, to disable iFrame sandbox attribute or allow-script in iFrame sandbox attribute, but wont works again.
The web site is:
osgl.grf.bg.ac.rs/srbcorine
Can you give me a solution please?
Thanks
I found out that boostraps makes this error.
How to enable bootstraps and cesium?
Cesium works fine with bootsrap and your site works fine on my phone as well. I know you said you tried disabling iframe sandboxing, but that error clearly indicates it is the source of the problem. It looks like you’re trying to host Cesium within an iframe, so that iframe needs to not have sandboxing enabled.
First, thanks for reply!!
I fond out a solution. It wan’t bootstraps and other scripts.
I deleted tags from my .html document, meta tags that were in Hello wordl example.
I make that changes, that’s why now web site is working fine.
Thank you.
Hi,
Can you show your css style for cesiumContainer.