summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-03-22 17:09:47 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-07-10 11:11:20 +0900
commit9aba6fb728a281d49bd480ad22196871151c89b8 (patch)
treef4eca7bf331f657891ad52a7792c780693ba312f /Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
parentefd4c31c23c722711f6a72d6915bb60652b668e1 (diff)
downloadxamarin-forms-9aba6fb728a281d49bd480ad22196871151c89b8.tar.gz
xamarin-forms-9aba6fb728a281d49bd480ad22196871151c89b8.tar.bz2
xamarin-forms-9aba6fb728a281d49bd480ad22196871151c89b8.zip
Support window transparency
- Should make window transparent before invoke LoadApplication() - According to the Tizen UX Guideline, naviframe (NavigationPage in Xamarin.Forms) has its own opaque background image by default. - So, it always looks opaque even if window is transparent. - To avoid these situations, DO NOT use NavigationPage and Navigation.PushModalAsync() if you want to make your application translucent. Change-Id: I202bd1c500e6932f2fc49c9c5c88e06acb0659af
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
index 154c2710..9c281cb5 100644
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "ElmSharp": "1.1.0-beta-011",
+ "ElmSharp": "1.1.0-beta-016",
"NETStandard.Library": "1.6.0",
"System.Runtime.Serialization.Xml": "4.1.1",
"Tizen.Applications": "1.1.0",