bootstrap-wysihtml5 is not displaying on Android device - html

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

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.

Fullscreen element with `requestFullscreen()` doesn't work on chrome on ipad (iPad OS 13.6)

I'm trying to make an element enter "full screen" mode with requestFullscreen() API, and it works great in all browsers except for Chrome on iPad.
I tried this package and it also works great in all browsers, including Safari on iPad, but not Chrome on iPad.
https://www.npmjs.com/package/screenfull
There's even a ticket on that package from people complaining about the same issue, but with no solution.
I tried to search for this with no luck.
I wonder how Youtube does it on Chrome on iPad?
Any help will be appreciated.
I am facing the same issue with one of my react components (using fscreen underlying) From what I have read so far ìOS chrome does not support document.fullscreenEnabled (https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreenEnabled)

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!

debugging a website on a mobile device

I have a website that uses (except for other things) AngularJS. This website works perfectly fine on (example):
Google Chrome
IE
Firefox
iOS
Android
However I am having problems with Windows 10 mobile as one of the features is not working correctly (to be more precise it is $interval).
When testing my app on one of the browsers I view website via Web Inspector and go to background code to inspect where exactly the app fails. However I have no idea how to fix the problems that occur on mobile devices - such as Windows 10 Mobile?
How can one debug websites on a mobile device?
Windows 10 Mobile has Edge Browser. Try debugging it in that.
This is might be helpful.
https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/f12-devtools-guide/
for the debugging tool you can use
https://msdn.microsoft.com/library/dn255001(v=vs.85).aspx

How do I debug Silverlight not working in Firefox/chrome/Safari?

I have a problem where a Silverlight system I have developed is working perfectly in Internet Explorer but not at all in Chrome or Firefox
I have no idea where to start to try to figure out what the problem is?
Chrome just says Cannot load Silverlight plugin which is obviously useless from a debugging point of view
Firefox just displays the container page
I have used firebug and interestingly Firefox makes no attempt to download the xap files?
This is a major issue and any pointers would be very helpful!
The application does make use of Prism which may be something to do with it
Paul