I recently completed a project where I developed a web-based login interface and integrated various charts using AngularJS and the Google Charts API. To my dismay, everything works perfectly fine on my laptop's Chrome browser, but when I try to access the page through a webview in an Android app that I built, the AngularJS functionality fails to work along with the charts. Despite enabling javascript in the Webview with "webview.getSettings().setJavaScriptEnabled(true);", the problem persists.
Furthermore, upon attempting to view the page on my Android phone's Chrome browser, I encountered a puzzling "plugin not supported" error specifically related to the Google charts, without any further explanation. This brings me to the following set of questions:
Is there a way for me to showcase Google Charts on my Android phone's Chrome Browser? Are there any plugins or tools available for installation that could assist in displaying the Google charts correctly within the Android Browser?
How can I instruct the Android app webview to utilize Chrome as the default browser instead of the current one being used? Once Chrome compatibility is resolved, I aim to display the webpage on my application seamlessly.