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

Android SDK 30 - November 1 Mandatory - External Links Issue #241

Open
psavva opened this issue Nov 15, 2021 · 0 comments
Open

Android SDK 30 - November 1 Mandatory - External Links Issue #241

psavva opened this issue Nov 15, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@psavva
Copy link

psavva commented Nov 15, 2021

Links do not work after SDK 30

Fix is required to add in the AndroidManifest.xml:

    <queries>
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <data android:scheme="http" />
        </intent>
    </queries>

@psavva psavva added the bug Something isn't working label Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants