Streamlit link doesn't work on my android app

I deployed this app on streamlit cloud,
the link works on web only. but when I try to display it on an android app it doesn’t work at all.
here is the app on Google drive if anyone wanna check:

Any suggested solutions, please?

I cannot access your app, maybe it’s private.

@Navin_Chandra
I appreciate your concern.
You’re right, it was private. I shared it publicly right now.
the link works on web only. but when I try to display it on an android app it doesn’t work at all.
here is the app on Google drive if you wanna check:

The app (https://soaln1.streamlit.app/) does works on my android phone same as in web. And why have you given a .apk file? As far as I know streamlit currently doesn’t support apk files of the web application.

@Navin_Chandra
I am trying to build my own website using streamlit and python, then displaying the website page through an android app. that’s why I created the .apk file.
the problem is the website link doesn’t work in the apk file, although it works properly on web.