Open links on system browser

This commit is contained in:
Juan Gilsanz Polo
2024-06-11 15:14:21 +02:00
parent 3ee194c50a
commit edf49edfa8
19 changed files with 243 additions and 53 deletions

View File

@@ -143,7 +143,7 @@ class WebViewScreen extends HookConsumerWidget {
),
),
PopupMenuItem(
onTap: () => openUrl(bookmark.url!),
onTap: () => openUrlCustomTab(bookmark.url!),
child: Row(
children: [
const Icon(Icons.open_in_browser_rounded),