The web-based application was developed using the ASP.NET MVC Core 3.1, JQuery, html5, css3. The website is pretty much opened on Xamarin WebView so created a Xamarin Andriod wrapper with webview to open the website. Recently the javascript is modified and uploaded to the Production server to which the mobile app (Xamarin webview) still loads with an older version of javascript. tried with the below options but still did not work.
One more clue, the same website is working fine in chrome/ edge browser with updated js. thanks
You can add the version at the end which resolved the issue. Whenever you make any changes to the js file, the version can be increased to ensure the updated version of js will be used.