diff --git a/src/Core/src/Platform/Tizen/TransformationExtensions.cs b/src/Core/src/Platform/Tizen/TransformationExtensions.cs index c6dfa2106641..44838c754d1b 100644 --- a/src/Core/src/Platform/Tizen/TransformationExtensions.cs +++ b/src/Core/src/Platform/Tizen/TransformationExtensions.cs @@ -29,6 +29,7 @@ public static void UpdateTransformation(this EvasObject nativeView, IView? view) if (changed) { + nativeView.EvasMap = map; if (!s_movedHandlers.ContainsKey(nativeView)) { // not registered moved handler