HASS hangs on a white screen

Hello,

I have a Pi Zero W that is currently connected to a 7 inch HDMI touchscreen. With this screen I want to access my http://localhost:8123.

When I use chromium I noticed that it is really slow so I looked around to the web to see which browsers are more suitable since I only need to open my hass page.

I installed several browsers:

uzbl
luakit
midori
epiphany

But all these browsers are showing me the same blank screen:

Firefox and chromium are no option since this is using to much CPU power and I don’t want to use a regular RPi.

What I see for midori or UZBLis that it is getting stuck on /static/webcomponents-lite.js. According to this page

https://www.home-assistant.io/docs/frontend/browsers/ these should work:

uzbl
midori
epiphany

Update:

While trying to open my HASS on epiphany I get the following

** Message: console message: http://10.10.1.103:8123/static/webcomponents-lite.js @169: TypeError: Attempting to configurable attribute of unconfigurable property.

** Message: console message: http://10.10.1.103:8123/static/webcomponents-lite.js @87: TypeError: Attempting to configurable attribute of unconfigurable property.

Anyone who knows what this means ? Thanks in advance.