1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

PM-6077 Separated Android and iOS HybridWebViewHandler so that it can be used on iOS.Core (#2983)

This commit is contained in:
Dinis Vieira
2024-02-07 17:50:07 +00:00
committed by GitHub
parent b1a0801f9b
commit 759627b3c7
5 changed files with 23 additions and 29 deletions

View File

@@ -48,6 +48,7 @@ namespace Bit.iOS.Core.Utilities
public static void ConfigureMAUIHandlers(IMauiHandlersCollection handlers)
{
handlers.AddHandler(typeof(HybridWebView), typeof(Handlers.HybridWebViewHandler));
handlers.AddHandler(typeof(TabsPage), typeof(Handlers.CustomTabbedHandler));
handlers.AddHandler(typeof(NavigationPage), typeof(Handlers.CustomNavigationHandler));
handlers.AddHandler(typeof(ViewCell), typeof(Handlers.CustomViewCellHandler));