Website not Working in Nokia Lumia - html

My website works in android and IOS browsers, but its not opening up in Nokia Lumia IE Browser.It throws the following,
When I searched for an app using its suggestion nothing showed up. I tried with other similar websites and they worked fine. Don't know whats causing this problem. Its a nodejs website built with bootstrap 3.1.1 framework. Does anyone have any idea what's causing this.
Thanks In Advance....

Finally found it. Its due to the content type in the node js configuration. It works fine after changing it.

Related

Blazor PWA working on desktop browsers but not on smartphones

I'm having an issue related to a PWA which was created using Blazor.
This app worked fine until yesterday which starting failing in Google Chrome in mobile devices only.
I'm using Chrome 91.0.4472.88 Android 8.0
The weird thing is that the app is working fine in mobile Opera and also in any browser in desktop computers.
The app is hosted using IIS 10.0
I debugged a bit and I found this error output
This error is only happening in Google Chrome mobile version.
I tried updating to target build net 5.0, maybe this has been solved, but it does not fix the error.
I found some related links to this issue, but no luck
https://github.com/dotnet/aspnetcore/issues/26698
https://github.com/dotnet/runtime/issues/42628
Anyone has an idea how to fix this problem? I'm out of ideas.
This appears to be something with Chrome 91, which has all kinds of significant performance optimizations that, for me, tanked Blazor apps (or at least mine). My app will work on Android Firefox, but I get errors like this, and/or memory errors, since the browser updated to 91. I find it hard to believe that we're the only ones, but I haven't seen any wider concern among Blazor devs.

Flickering Video on Safari Browser

I have been developing a website for a client this past week and he tells me the site works fine on chrome but not on safari.
Unfortunatly I do not have an apple device but the site works fine on all the browsers my end!
Here is a video showing how it looks on Safari:
https://a.uguu.se/l0yAhSOlet1C.mp4
Not sure what more I can do to it but I'm pretty sure it's not my code!
Many thanks for any suggestions.
Phillip Dews
I found that the problem is definitely not in your code, it is a know issue I quickly searched on Google and I found that there are quite a bit of people that experience this issue I think probably because they are running an older version of Mac OS.
Here are some useful links you can read and inform your client:
A lot of people have similar flickering patterns.
Link 1
Link 2
Link 3

Socket.io messages not received in chrome

I am working on a socket.io implementation of room based chat system. The web app works perfectly in Firefox, however, in Chrome, only one way communication is achieved. That is, the client in Chrome mobile version, doesn't receive the updates emitted from other devices, but is able to emit messages to other devices. Also, please note that things work perfectly, when tried in Firefox Mobile, Firefox Desktop or Chrome Desktop.
Some other answers suggest that this may be a version issue but all the modules are upto date.
Is it a common issue? Please help.
For others facing similar issue :
Switching off "Data Saver" in chrome mobile solved the problem for me!

bootstrap-wysihtml5 is not displaying on Android device

I've implemented bootstrap-wysihtml5 editor in one of my website. It works fine everywhere on desktop, iPad and on iphone, but doesn't display at all on Android device. I checked using Chrome browser.
Can anyone please let me know whats wrong there.
Update: On checking 'bootstrap-wysihtml5' from its default website http://www.w3masters.nl/bootstrap-wysihtml5/, found its also not working on Android device (checked on chrome and other android browsers).
The development of WysiHTML5 went on to another website. Maybe the newest version will fix your problem.
GitHub

iPad firebug lite or similar

I have read lots of blogs about how to get firebug lite to work on the iPad and from what i can gather it worked at some point but hasn't worked in awhile. I can't get it to work myself.
So my question is has anyone gotten firebug lite or something simliar to work on the iPad recently. With the iPad being so popular I find it amazing that there isn't a good solid developer tool out there for it yet. Especially because in my experience it doesn't render web pages as expected quite often and needs specific tweaking.
Just to stop some quick replies, I already know its a webkit browser and the issues that I have spotted only show up on the iphone and ipad, not in chrome or desktop safari. So i really would love a solution that is native to the ipad itself.
The suggestion below worked for me on an iPad3 running IOS6.
This technique is from http://www.jamesmacfie.com/2012/03/debug-your-html-css-on-the-ipadiphone/
Bookmark any site on iPad then edit the address. Paste in the following code:
javascript:(function(F,i,r,e,b,u,g,L,I,T,E.{if(F.getElementById(b))return;E=F[i+'NS']&&F.documentElement.namespaceURI;E=E?F[i+'NS'](E,'script'):F[i]('script');E[r]('id',b);E[r]('src',I+g+T);E[r](b,u);(F[e]('head')[0]||F[e]('body')[0]).appendChild(E);E=new%20Image;E[r]('src',I+L);})(document,'createElement','setAttribute','getElementsByTagName','FirebugLite','4','firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','https://getfirebug.com/','#startOpened');
Try Remote Debugging with Chrome browser. However iOS 6 comes with built-in support for remote debugging - link.
I've installed this many times (and in the past month on the new iPad) and it has worked.
http://martinkool.com/post/13629963755/firebug-on-ipad-and-iphone
FYI: The directions might be a little outdated so don't give up. What you will be doing is creating a bookmark. Then you edit the link in the bookmark with the script on Martin's website. That also means Firebug Lite can be used on Internet Explorer...although I couldn't edit any elements after getting it up and running.
Good luck!