[Issue] Sometimes there is a scroll issue
[Problem] Sometimes there is a scroll issue
[Solution] Temporarily the show/hide URI is disable
[Verify] The URI bar is always displayed
Change-Id: Ib98f0b369cabb7e7db12be89d62deb055da0717a
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
include(EDCCompile)
if (${PROFILE} MATCHES "mobile")
- ADD_DEFINITIONS(-DGESTURE=1)
+ ADD_DEFINITIONS(-DGESTURE=0)
endif (${PROFILE} MATCHES "mobile")
#please do not add edc/ directory
if (landscape) {
if (*landscape) {
elm_object_signal_emit(m_privateLayout, "show_incognito_landscape", "ui");
+#if GESTURE
if (m_uriBarHidden)
elm_object_signal_emit(m_mainLayout, "hide_uri_bar_landscape", "ui");
+#endif
}
else {
elm_object_signal_emit(m_privateLayout, "show_incognito_vertical", "ui");
+#if GESTURE
if (m_uriBarHidden)
elm_object_signal_emit(m_mainLayout, "hide_uri_bar_vertical", "ui");
+#endif
}
}
else