Website Not Loading Fully in Chrome - javascript

I have a website http://avocettechnologies.com/avocetiq/
In Firefox it is working cool but in chrome when opening first time it'll work fine but when i refresh the page or reload the intro part(the transition and stuff) will not load, in inspect i can see the code but in browser it won't appear, if i clear the cache it'll work fine and if i reload again same problem
and the website is built with anjularjs
Thank You

Related

Reload page after lockscreen

Good morning everyone,
I am using the js plug-in ytplayer on a website to play videos in the background via the API.
This works wonderfully, only I have some problems under ios.
If I use the back button to get back to the main or if my device is locked and the page is still open after unlocking or if I push safari to the background and open it again, the video does not start automatically, I have to do a refresh. On Windows and Android this works fine.
Reloading the page after back I solved, but is there any way to also do a reload when I open Safari with the page already loaded or after my device is unlocked?
Thank you so much in advance, really need your help.

IE11 doesn't render my angularjs app on refresh

I'm working with an AngularJS app v1.5.8, it works fine in chrome and firefox. But when I go to IE11, the first time it loads, it works fine, but if the user refreshes the site, it won't render.
I disabled the cache, I disabled compatibility mode and I added the meta tags that force IE11 to use edge, but nothing happens.
I opened the developer tools and I saw the network tab, everything seems to be arriving from the server just fine.
The console does not show any error message.
Any ideas? Thanks in advance.

Elements dissappearing in safari on ipad

Ive made a simple project with html and jquery. It works great in all browsers except for safari on ipads. Since apple doesnt have a windows version of safari i cannot check if the error is explicitly for ipad but i think so.
The problem is the photoboxes wich get their width from the jquery, they dont appear at all on the ipad. Chromes developer tools device mode shows everything correctly and i have css queries that take care of smaller screens so its only the ipad thats the problem. I havent found any way to do a web debug on the ipad either. Its hard to give a code example due to i dont really know what the error is but i have a live demo you can check out. For you on ipads, its supposed to be photos before the winter background.
http://www.mj-bygg.se/ipad/default.aspx
I am also getting the same error on desktop Chrome on the first load. If I refresh, then the pictures load fine but on first visit to the link I only get the footer image (trees.)
On the first load, none of your jQuery heights/widths are being applied. No errors in the console and if I rerun the function it works as it should (without reloading the page.)
I suggest either pushing the script further down the page or using $(window).load(function() {}
instead of
$(document).ready(function() {}
That is the only thing I can assume is wrong if it fails first time but works with the page being cached.

IE7 & IE 8 Blocking images and css loading

I'm working on JavaScript widget to embed some reviews of my site to show on any site who copied my code. I followed this blog (http://blog.swirrl.com/articles/creating-asynchronous-embeddable-javascript-widgets/#final-embed-solution) and when i integrate their widget everything working fine. But when i do it same with my widget IE7 is hanging.
Here is the my testing link http://tech4sys.com/testing/jswidget/
It's working on all other browsers except IE, Please test above link in IE<9 only.
PS. I've removed image src to test but still it is blocking loading dashboard_widget.php and never loads.
Thanks

Safari cache issue on second page load

I'm really confused about this issue. I have a website that works perfectly in all browsers except safari. In safari, the first time you visit each page is fine, but when you come back to a page the second time the javascripts are not loaded at the right order, which leads to errors. I assume the issue is some kind of cache going on. The website is www.core18.org.
this happens both on safari on windows and on mac.
I am not sure what is the problem as I can't see the site on Safari atm.
If you believe it's a caching issue, maybe add to the body tag onunload=''?

Categories