mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #262] [MERGED] Improve openUrl Function
#251
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/262
Author: @ricoberger
Created: 5/11/2025
Status: ✅ Merged
Merged: 5/11/2025
Merged by: @ricoberger
Base:
main← Head:improve-openurl-function📝 Commits (1)
be8fa8bImproveopenUrlFunction📊 Changes
1 file changed (+19 additions, -14 deletions)
View changed files
📝
app/lib/utils/openurl.dart(+19 -14)📄 Description
Instead of using an external browser on Android, we are now using the
In-App-Browser to open all urls. For all other platforms we keep the
current behaviour and just set the launch mode explicitly, for the case
the the default is changed in the used package.
Closes #261
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.