Skip to content

Crash when open URL Scheme #10

@Robin-JW

Description

@Robin-JW

Hi,
when html code want to open URL Scheme, App will crash in FlutterWeb at line 95.

fix it like: (https://stackoverflow.com/questions/43980740/open-url-in-intent)[https://stackoverflow.com/questions/43980740/open-url-in-intent]

try {
    Intent intent = new Intent(Intent.ACTION_VIEW);
    intent.setData(Uri.parse(url));
    registrar.activity().startActivity(intent);
} catch (Exception e) {
    e.printStackTrace();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions