feat: add support for back button and haptics

This commit is contained in:
veganbeef
2025-06-23 12:05:13 -07:00
parent f97a697f88
commit e349724267
5 changed files with 51 additions and 12 deletions

View File

@@ -97,7 +97,7 @@ export function ShareButton({ buttonText, cast, className = '', isLoading = fals
parent: cast.parent,
channelKey: cast.channelKey,
close: cast.close,
}, 'share-button');
});
} catch (error) {
console.error('Failed to share:', error);
} finally {