visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
290 stars 46 forks source link

Blocks - Cannot open Spotify links #54

Closed adrian-moisa closed 9 months ago

adrian-moisa commented 2 years ago

Cannot open Spotify links, error ERR_UNKNOWN_URL_SCHEME

An example with an URL: https://open.spotify.com/playlist/74DWNKPKo2VbJtD510pe3t?si=mEaILnGaSxmYiZB7vW9ZsQ&utm_source=copy-link

This link should be open by the app if you have the Spotify app installed, otherwise it should open the website. Instead, in both cases, it gives the errors ERR_UNKNOWN_URL_SCHEME

If on the same device you open this link outside the app, it will work fine! Even if you launch it from a note of Google Keep

As reported in this issue: https://github.com/singerdmx/flutter-quill/issues/857

Join us on discord to get implementation advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter software architecture advice.