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

Unable to open Blob url using Capacitor.browser #2104

Open
venna-kalyani opened this issue May 14, 2024 · 3 comments
Open

Unable to open Blob url using Capacitor.browser #2104

venna-kalyani opened this issue May 14, 2024 · 3 comments
Labels
wontfix This will not be worked on

Comments

@venna-kalyani
Copy link

@mlynch @aparajita @peschee @elylucas @imhoffd
Its only working for urls which are starting with HTTP and HTTPS, But we have a requirement where we need to open blob url through mobile in Chrome/Safari/web.

Sample BLOB URL: blob:https://abcrandowmName.net/c35dd9db-6594-4b07-96a9-691d388e6b12

await Browser.open( { url: fileURL });

Actual behaviour: Not opening the blob url
expected: to be open in browser.

version details:
"@capacitor/browser": "^4.1.1",
"@capacitor/core": "^4.0.0",
"@ionic-native/core": "^5.28.0",
"@angular/compiler": "^15.2.9",

Please help us with solution/inputs.

@ionitron-bot ionitron-bot bot added the triage label May 14, 2024
@peschee
Copy link
Contributor

peschee commented May 14, 2024

@venna-kalyani We've since moved away from capacitor so I cannot really help you out.

@venna-kalyani
Copy link
Author

@peschee , would you mind if I ask you for an alternative plugin to achieve this. Need this for our requirement so...

@peschee
Copy link
Contributor

peschee commented May 14, 2024

We're using native Swift code and a WebView directly, so no JS / Capacitor plugins.

@OS-martacarlos OS-martacarlos added the wontfix This will not be worked on label Dec 6, 2024
@ionitron-bot ionitron-bot bot removed the triage label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants