Start work on sharing

This commit is contained in:
Austen Adler 2023-04-17 19:53:55 -04:00
parent e9faa09614
commit cdf0c81c20

View File

@ -15,6 +15,20 @@
'osmand_direct'
];
// const shareClicked = (url) => {
// if (navigator.share) {
// await navigator
// .share({
// title: 'WebShare API Demo',
// url: url
// })
// .then(() => {
// console.log('Thanks for sharing!');
// })
// .catch(console.error);
// }
// };
onMount(() => {
// TODO: Indicate that the data is copied
console.log('Got xpin: ', xpin);