After developing a mobile web app for Android and iOS, I successfully installed the apk and ipa files on my test phones.
Unfortunately, I encountered an issue when attempting to open an external link that is supposed to open in the user's default browser (such as Safari or Chrome).
I experimented with the following solutions:
- Adding the attribute target="_blank"
- Using the function window.open('url','_blank');
Despite these attempts, the links continue to open within the Web App rather than redirecting to the default browser.