TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

Add item in the menu #127

Open lorenzoPrimi opened 7 years ago

lorenzoPrimi commented 7 years ago

Hi, I need to add an item in the menu that says "try mirror", basically I want to open the FinestWebView with an url and a give it a list of mirrors and if the loading fails the user should be able to click on that button and the webview will refresh with the first, second or other mirror in sequence.

Would this be possible with this library? I haven't found a way to add a button and to link to an action.

Thanks for the help.