Opening spotify app from within a webview

I’m using a webview to load a Spotify playlist and listening to the 30 second preview works fine but the function to open Spotify from the app itself does not seem to work. Is this a setting within the .unoproj file?

Here’s a screenshot of the page which loads the webview. Clicking on ‘Play on Spotify’ doesn’t do anything.

Hello! I think the problem is related to this issue:

https://www.fusetools.com/community/forums/general/custom_uri_support_in_webview

To open the Spotify app from the WebView requires the handling of URI schemes.

Hi Matti, thanks for the update. I’ll try to implement it natively then for the time being.

NP! Let me know if you come up with a solution. I’ve been waiting/searching months for a fix, even a one using foreign code would do for now.