Creating a web page using JQuery was successful and the page loaded correctly on an Android device (Nexus 5) through WebView.
However, after updating the Nexus 5 to Android Marshmallow, the web page could no longer be viewed properly on the WebView. Instead, only a small circle appeared in the center of the display.
This issue only occurred on devices with the latest Android version while older versions worked fine.
Upon further investigation, it was discovered that removing the line - " link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"" - allowed the page to display correctly. Despite this fix, the CSS file is necessary for proper page design.
Any assistance or advice on resolving this problem would be greatly appreciated.