Hi!
Thank you for your kind words!
The problem is not actually with the phones, but with the server. It looks like your website is configured to the http://www.asitek.ee url, but it’s accessible without the “www” part as well. If you access the site without asitek.ee, the ajax requests are still sent to the http://www.asitek.ee url, which causes the problem, as it qualifies as a cross domain request, and it’s not allowed by your server.
To solve it, make sure to set the server url to http://www.asitek.ee everywhere. You can also use a .htaccess rule in the .htaccess file in the root directory to force redirect all visitors to the “www” prefixed url: