I’m operating both an app-specific page and a website-only page within a single Bubble app, which is deployed using Natively.
To redirect social logins (e.g., Google) to the app, I’ve configured Natively’s Universal Links feature. However, this causes a problem: when a user attempts to log in from the website-only page on a mobile browser, the native app automatically opens if it’s installed on the phone.
My goals are:
- I want to ensure that when a user logs in from the website-only page, the redirection always occurs within the browser, regardless of whether the app is installed.
- The app-specific page (Universal Links) should continue to function as it does now.
To solve this, I tried using the CoAlias service to set up a subdomain for the website. Unfortunately, this method uses an iframe, which violates Google’s social login policy (X-Frame-Options: deny) and prevents access to the login page.
I am looking for a solution that can resolve this issue. Thank you.
![]()