Actions
Feature #1262
openTap to show the full URL in link context menu header
Start date:
01/20/2025
Due date:
% Done:
0%
Estimated time:
Description

regards
thank you for Privacy Browser
Files
Updated by Soren Stoutner 10 months ago
I like the idea, but I am not sure how easy it would be to implement. Currently, the URL display in the popup is handled by ContextMenu.setHeaderTitle.
It might be possible to handle this by using setHeaderView instead, and then add some code to expand the view when it is tapped.
https://developer.android.com/reference/android/view/ContextMenu#setHeaderView(android.view.View)
Updated by Soren Stoutner 10 months ago
- Subject changed from tap to show the full URL on link menu to Tap to show the full URL in link context menu header
Actions