Problem with Webview developed in Android Studio

Dear Community,

I developed a simple android application to access node red dashboard. But there are two things I observed.

  1. It doesnt load dashboard if I access raspberry pi access point.(but it loads in chrome browser)
  2. I also connected pi with router. If I connect through IP address which is assigned to pi by router, dashboard loads only when internet connection is available.

PS: Dashboard has no problem with other browsers.

That sounds like your Dashboard is relying on a library that is loaded from the Internet. Check your Dashboard on a desktop and use the dev tools to see what resources it is loading and from where.