Can not open URL in android app apk

Hello. After upload zip file and install app I can not open any URL. How to solve this issue? I suggest to solve this issue via automatic

Note: Any button or auto URL open is not working in apk (In android app). I am using samsung mobile phone

Sounds like it could be a CORS issue.

To see if it is, use Remote Debugging to look for error messages from the app when it is running. That should tell you where the problem is.

Please explain to me. I did not understand.

The issue was links are not work when click on it, hence there are no website open.

For example, if there is google.com Links. I can not open it.

Please use Remote Debugging, as suggested earlier. I expect there will be error messages on the remote Console which will make the exact problem clear.