# Problem with Webview developed in Android Studio

**URL:** https://discourse.nodered.org/t/problem-with-webview-developed-in-android-studio/15880
**Category:** Dashboard
**Created:** [25 September 2019 09:02 UTC](https://discourse.nodered.org/t/problem-with-webview-developed-in-android-studio/15880 "2019-09-25T09:02:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mr.William](https://avatars.discourse-cdn.com/v4/letter/m/e19adc/32.png) [@Mr.William](https://discourse.nodered.org/u/Mr.William)
#### Post date: [25 September 2019 09:02 UTC](https://discourse.nodered.org/t/problem-with-webview-developed-in-android-studio/15880/1 "2019-09-25T09:02:47Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [25 September 2019 12:30 UTC](https://discourse.nodered.org/t/problem-with-webview-developed-in-android-studio/15880/2 "2019-09-25T12:30:36Z")

</div>

> [@Mr.William](#):
>
> 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.

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.
