summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
index 0b7977f6..1b9c3e9a 100644
--- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
@@ -59,3 +59,7 @@ using Xamarin.Forms.Platform.Tizen;
[assembly: ExportCell(typeof(SwitchCell), typeof(SwitchCellRenderer))]
[assembly: ExportCell(typeof(EntryCell), typeof(EntryCellRenderer))]
[assembly: ExportCell(typeof(ViewCell), typeof(ViewCellRenderer))]
+
+[assembly: ExportHandler(typeof(TapGestureRecognizer), typeof(TapGestureHandler))]
+[assembly: ExportHandler(typeof(PinchGestureRecognizer), typeof(PinchGestureHandler))]
+[assembly: ExportHandler(typeof(PanGestureRecognizer), typeof(PanGestureHandler))] \ No newline at end of file