mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 18:59:42 +02:00
Replace WebView with new subclass ContextMenuWebView to allow long clicks on urls and images for sharing links, copying them to clipboard, saving images to external memory and opening them in external browsers.
This commit is contained in:
parent
760fca5150
commit
a310151b93
5 changed files with 208 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<WebView
|
||||
<com.github.dfa.diaspora_android.ui.ContextMenuWebView
|
||||
android:id="@+id/webView"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue