yuvipanda / WPSignpost

Wikipedia Signpost Android Application
7 stars 5 forks source link

Long pressing links in Article view should display context menu #33

Open Parent5446 opened 12 years ago

Parent5446 commented 12 years ago

Not really an issue, but if you long-press a link, nothing happens. Usually a menu appears (with options like Copy URL, etc.), or at the very least it treats it as a usual press and just follows the link.

yuvipanda commented 12 years ago

I can't think of anything other than Copy URL to be put in the context menu. Open in Browser would be useless, since reading Signpost on mobile browser is horrible. Share perhaps?

yuvipanda commented 12 years ago

Oh wait, this is in the article view?

yuvipanda commented 12 years ago

I just checked, no way to easily add the default list of those context menu items to our webview :( Will have to implement it ourselves.