A PWA app cannot open an external link in Chrome browser

Vaadin 24.2.1, JDK21,
If vaadin web application has been installed as a PWA on the phone, the application may not open an external link in a Chrome browser tab anymore. It won’t call out the Chrome to open webpages but instead to open the webpage within the PWA application.

Is there any ideas? Thanks!

Did you try google? google chrome - target="_blank" link opening in PWA and not in browser in Android - Stack Overflow

1 Like

Great! It worked. Many thanks!