jamh93 / zirco-browser

Automatically exported from code.google.com/p/zirco-browser
Other
0 stars 0 forks source link

Long clicking on an image does not bring up a menu which allows one to save the image or view the image directly. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Long click on any non-linked image on any web page.
2. Watch nothing happen.

What is the expected output? What do you see instead?
One expects some kind of menu to appear when long clicking an image, offering 
one the ability to download or view the image directly. Instead, nothing 
happens.

What version of the product are you using? On what operating system?
Zirco 0.3.3 on an HTC aria, running android 2.1.

Please provide any additional information below.
This is a feature most stock & alternative browsers have.

Original issue reported on code.google.com by ArbonAr...@gmail.com on 14 Nov 2010 at 11:51

GoogleCodeExporter commented 9 years ago
Accepted.

Note to self:
- see WebView.HitTestResult 
(http://developer.android.com/reference/android/webkit/WebView.HitTestResult.htm
l)
- Implement in mCurrentWebView.setOnCreateContextMenuListener(new 
View.OnCreateContextMenuListener())

Original comment by J.Devauc...@gmail.com on 15 Nov 2010 at 2:51

GoogleCodeExporter commented 9 years ago
Done in r171. Also add special menu for mailto: links.

Need a bit more testing before release throught.

Original comment by J.Devauc...@gmail.com on 15 Nov 2010 at 7:46