diff options
author | jh5.cho <jh5.cho@samsung.com> | 2017-03-24 18:43:48 +0900 |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2017-07-10 11:11:21 +0900 |
commit | bcc48257fde5eecb8c976ceb75c0b118d4f87bb0 (patch) | |
tree | 33818792d4da20577fc3cfb6d1bd3d1e2fc518a6 | |
parent | ea8fe5bf774376fdc9c5d86f37f168e2de1870a5 (diff) | |
download | xamarin-forms-bcc48257fde5eecb8c976ceb75c0b118d4f87bb0.tar.gz xamarin-forms-bcc48257fde5eecb8c976ceb75c0b118d4f87bb0.tar.bz2 xamarin-forms-bcc48257fde5eecb8c976ceb75c0b118d4f87bb0.zip |
[WebView] Add missing ExportRenderer code
Change-Id: I217516154b9350b973d24d973f55c1011f7b41fd
-rwxr-xr-x[-rw-r--r--] | Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs | 1 | ||||
-rw-r--r-- | packaging/xamarin-forms-tizen.spec | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs index 1b9c3e9a..eb03d815 100644..100755 --- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs +++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs @@ -49,6 +49,7 @@ using Xamarin.Forms.Platform.Tizen; [assembly: ExportRenderer(typeof(Editor), typeof(EditorRenderer))] [assembly: ExportRenderer(typeof(TableView), typeof(TableViewRenderer))] [assembly: ExportRenderer(typeof(EvasObjectWrapper), typeof(EvasObjectWrapperRenderer))] +[assembly: ExportRenderer(typeof(WebView), typeof(WebViewRenderer))] [assembly: ExportImageSourceHandler(typeof(FileImageSource), typeof(FileImageSourceHandler))] [assembly: ExportImageSourceHandler(typeof(StreamImageSource), typeof(StreamImageSourceHandler))] diff --git a/packaging/xamarin-forms-tizen.spec b/packaging/xamarin-forms-tizen.spec index 4b2f9958..07c275df 100644 --- a/packaging/xamarin-forms-tizen.spec +++ b/packaging/xamarin-forms-tizen.spec @@ -2,7 +2,7 @@ %define XF_RELEASE 214 # Increase this XF_DEV_VERSION when any public APIs of Xamarin.Forms.Platform.Tizen are changed. -%define XF_DEV_VERSION 001 +%define XF_DEV_VERSION 002 Name: xamarin-forms-tizen Summary: Xamarin.Forms for Tizen platform |