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

Browser 5.1.0: "No Activity found to handle Intent" #1881

Closed
TonyGiorgio opened this issue Nov 4, 2023 · 4 comments · Fixed by MutinyWallet/mutiny-web#662
Closed

Browser 5.1.0: "No Activity found to handle Intent" #1881

TonyGiorgio opened this issue Nov 4, 2023 · 4 comments · Fixed by MutinyWallet/mutiny-web#662

Comments

@TonyGiorgio
Copy link

Bug Report

Plugin(s)

Browser 5.1.0

Capacitor Version

💊   Capacitor Doctor  💊 

Latest Dependencies:

  @capacitor/cli: 5.5.1
  @capacitor/core: 5.5.1
  @capacitor/android: 5.5.1
  @capacitor/ios: 5.5.1

Installed Dependencies:

  @capacitor/ios: not installed
  @capacitor/cli: 5.5.1
  @capacitor/core: 5.5.1
  @capacitor/android: 5.5.1

[success] Android looking great! 👌

Platform(s)

Android

Current Behavior

"No Activity found to handle Intent" when calling Browser.Open on an installed app from my capacitor android app.

Expected Behavior

It should open, like it still correctly does on 5.0.6

Code Reproduction

export function openLinkProgrammatically(href?: string) {
    if (!href) return;
    if (Capacitor.isNativePlatform()) {
        Browser.open({ url: href || "", windowName: "_blank" });
    } else {
        window.open(href || "", "_blank");
    }
}

Other Technical Details

Additional Context

I suspect something was wrong with this: #1758

@Ionitron
Copy link
Collaborator

Ionitron commented Nov 6, 2023

This issue needs more information before it can be addressed.
In particular, the reporter needs to provide a minimal sample app that demonstrates the issue.
If no sample app is provided within 15 days, the issue will be closed.

Please see the Contributing Guide for how to create a Sample App.

Thanks!
Ionitron 💙

@Ionitron
Copy link
Collaborator

It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot.

Have a great day!
Ionitron 💙

@TonyGiorgio
Copy link
Author

Not completed

Copy link

ionitron-bot bot commented Dec 7, 2023

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants