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.
Related
If i use https://trelki.de/ on my S10+ device using latest chrome i am unable to scroll.
I tried chrome dev tools, works. it works in every browser except of the current chrome. someone is causing this, because my scrolling works on other pages.
firefox works, opera works, edge works, chrome desktop (arch linux) works, also.
watch https://trelki.de/
i just want people to scroll that page and find the reason for this.
this page is completely self-written, so i have control about absolutely everything.
Thanks in advance
<input type="file"/>
The dialog to browse/select a file intermittently stops displaying in Chrome. When it stops displaying I see the page border flash when clicking "Choose File". The button works again after restarting Chrome.
When this happens, users think my app is broken. I added a note that if the dialog stops displaying they need to restart their browser, but there has got to be a better solution.
I suspect this happens whenever Chrome requires an update. Restarting chrome automatically installs the update.
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
I am using that kind of tab to built my website, everything works but as soon as I open Firebug I can not click on the tabs anymore, they do not seem to switch anymore (I don't get any errors) (Chrome and IE work fine all the time).
And on StackOverflow I can not press the login button anymore, the tag auto complete doesn't work as well (I have to close and reopen my browser and keep the firebug closed).
I have no active breakpoints.
My software:
Firefox 38.0.5
Firebug 2.0.11
Maybe you have some ideas?
I'm building web a javascript application using jquery, knockoutjs and less (for css).
Works fine in all browsers, except IE 9 (only tried IE 9).
It simply never starts. Nothing from the templates are shown. Unless i press F12 for debug and refresh. Then everything works fine, also works if I close the debug window and refresh. Right until next IE restart.
Are you using console.log anywhere? That will break in IE unless the debug tools are open.