Hello,
My game doesnt work on Chrome, but it works fine on Safari.
There is no error on Console. What should i focus on ? it was just working fine yesterday :S
Also It's working on Chrome when its on some other hosting
I'd Check your network settings in Chrome, (proxys etc) against Safari. Also disable any addons in Chrome whilst testing.
Note: Chrome doesn't like file urls for local ajax resources - are you hosting your app (or if locally on some webserver like tomcat) ?
Thank you for your reply,
My web server is apache2 on ubuntu 16.10,
I uploaded same game to same server and point somedomain on my host file to the server, then it works. could ssl be a problem ?
https://goo.gl/WaKCZm is the link,
Develop games in your browser. Powerful, performant & highly capable.
I've now point a subdomain with ssl to that working directory, now its not working too but safari,
btw incognito mode not working.
I've found the solution, i use cloudflare and cloudflare changes my script type from text/javascript to text/rocketscript thats why chrome couldnt fire document.ready. i've disabled rocket on cloudflare