I had designed a Web page using JQuery. I was able to load the page in Android Webview. The page was rendered correctly on the device (Nexus 5).
After the recent update of Android (to Marshmallow) for Nexus 5, I am not able to view the Web Page on the WebView. I just see a small circle in the center of the Webview.
The same works on devices running older Android.
While debugging I found out that after removing the line - " link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"", the page was getting displayed. But I need the css file to design the page in a correct way.
Any help on this will be appreciated.