HTML to apk - a href links

I have an html file that I have converted to apk but the links in the app don’t work. I’ve already added

<allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />

to the widget section of the config. I think I might need to add some sort of touch events somewhere?

What happens when you try to navigate the links?

Have you tried remote debugging to see the errors?

On my app, when I try to navigate the links by pressing on them, nothing happens.

As for remote debugging, I got as far as opening the developer options on my phone and opening the inspect devices on Chrome. It wouldn’t detect my LG phone.

Are you making a Debug build?

yes, it is a debug build

So long as the phone is built in the last 2-3 years, I have not had problems getting remote debugging working. It’s a good idea to do so.

It looks like the problem is at runtime, possibly with permissions. Remote debugging is the best way to find out what that problem is.

Ah nuts, 2018 phone.

Another option is to install android studio and use an android emulator.

I figured it out! I needed to leave a certain array blank when creating links because there were no links for that instance/week.