javascript:(function(){if(navigator.share){navigator.share({title:document.title,url:document.URL}).then(()=>console.log('Shared!')).catch((error)=>console.log('Error:',error));}else{alert('Web Share API not supported.');}})();
If my code doesn’t have any errors, saving it as a bookmark and running it should trigger Orion’s share menu. However, after running it, Safari’s share menu pops up instead, and clicking ‘Add to Reading List’ adds the link to Safari’s reading list.
Orion supports the standard Web Share API, and ideally, running this code in Orion should trigger Orion’s share menu. However, as you can see, the menu that pops up isn’t Orion’s, and clicking ‘Add to Reading List’ adds the link to Safari’s reading list. Moreover, many key options, such as ‘Find in Page,’ are missing.
1.3.10 (7)
18