mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Allow back button to navigate to previous URL in WebView, add Forward, Refresh, and Close menu options (#2176)
This commit is contained in:
		
							
								
								
									
										19
									
								
								app/src/main/res/menu/web_view.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								app/src/main/res/menu/web_view.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_forward" | ||||
|         android:title="@string/action_forward" | ||||
|         app:showAsAction="never" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_refresh" | ||||
|         android:title="@string/action_refresh" | ||||
|         app:showAsAction="never" /> | ||||
|  | ||||
|     <item android:id="@+id/action_close" | ||||
|         android:title="@string/action_close" | ||||
|         app:showAsAction="never"/> | ||||
|  | ||||
| </menu> | ||||
		Reference in New Issue
	
	Block a user