You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
@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.
The text was updated successfully, but these errors were encountered: