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
Actions
Added by hoxige fund 1 day ago. Updated 1 day ago.
0%
Description
regards
thank you for Privacy Browser
Files
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)