{
+ if (Capacitor.isNativePlatform()) {
+ await Clipboard.write({ string: `${get(instanceStore)}/watch/${video.videoId}` });
+ } else {
+ await Clipboard.write({ string: `${location.origin}/watch/${video.videoId}` });
+ }
+ }}
+>
+ {$_('player.share.materialiousLink')}
+