Why sometimes Launch URL not working?
Sometimes working on some android mobile phones.
I think its Not Working on newer powerful version of Mobile phones.
check tutorial video:
is there any solutions about fix this problem?
i found solution. because am using SDK 30 then its not working.
if you need correct solution then read this forum completely.
i mean first post is may not solution.
Solution:
If you want to add a button in your app to open an external webpage you would use a Launch URL blueprint block to do this. I’m on my first Android app and working my way through the Google Play requirements. One such requirement is the SDK target for new apps must be set to 30. In SDK target 29 the Launch URL block worked, in 30 it doesn’t.
It seems there is a new permission requirement now. In your project settings, go to the Advanced APK Packaging section → Extra Permissions → Add a new arr…
Thank you! This instantly helped.