Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to direct lunch APP on loading #7

Open
BhavJain opened this issue Jan 9, 2018 · 5 comments
Open

Want to direct lunch APP on loading #7

BhavJain opened this issue Jan 9, 2018 · 5 comments

Comments

@BhavJain
Copy link

BhavJain commented Jan 9, 2018

I want in android device direct lunch app without clicking on APP button. Please suggest what changes i need to do

@prabeengiri
Copy link
Owner

Try finding AppLauncherFactory and update the strategy to direct

else if (browser.isAndroid) {
            deepLinkingStrategy = new AppLaunchStrategyFactory('direct');
            if (browser.isAndroidNativeBrowser || browser.isAndroidStockBrowser) {
                deepLinkingStrategy = new AppLaunchStrategyFactory('notsupported');
            }
        }

@BhavJain
Copy link
Author

BhavJain commented Jan 10, 2018 via email

@prabeengiri
Copy link
Owner

Ah, If I remember it correctly, chrome doesn't allow direct launch anymore, it needs to have CTA.

@BhavJain
Copy link
Author

BhavJain commented Jan 10, 2018

ohh, There is any work around to open direct Native app on page (Android + chrome) loading.I appreciate your help.

@prabeengiri
Copy link
Owner

@BhavJain I don't think so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants