-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] open links inside the app with your main browser #346
Comments
Interestingly Leon had this feature which was called "Verify", which however was removed in this PR to solve this issue. So what do we do know? 🤔 |
That's a good idea. I will probably add another switch "Open URL via custom tab" (instead of a new Action option) which generally works for the open button and the "Action after clean". |
That would be awesome, thank you! |
@svenjacobs any news on this? :) |
@BluePixel4k Unfortunately I didn't find much time in the last months to work on Leon 😞 Hopefully soon! 🤞🏼 |
This has been implemented in #407 and will be available with the next release. |
Awesome, thank you! 🥳 |
Possibility to open links directly inside the León app via the CustomTabsIntent function.
Chromium and Gecko based browser supporting this.
Benefit: the links get open faster, because not the full browser has to be loaded.
Information about this function:
https://developer.android.com/reference/kotlin/androidx/browser/customtabs/CustomTabsIntent
And an example code from another application:
bubelov/news@38baca3
Thx in advance! :)
The text was updated successfully, but these errors were encountered: