Fix 'help' page not opening issue 66/268266/1 accepted/tizen/6.5/unified/20211219.211607 submit/tizen_6.5/20211217.162335
authorAbhimanyu <abhimanyu1.s@samsung.com>
Fri, 17 Dec 2021 13:00:10 +0000 (18:30 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Fri, 17 Dec 2021 13:02:02 +0000 (13:02 +0000)
Change-Id: I9fe2a18b2d0ac10a3e649a1ca46839b835d3d19a
Signed-off-by: Abhimanyu <abhimanyu1.s@samsung.com>
packaging/oauth2.spec
src/oauth2_manager.c

index e366d5f..4245941 100644 (file)
@@ -1,6 +1,6 @@
 Name:       oauth2
 Summary:    Tizen oauth 2.0 Framework
-Version:    0.0.5
+Version:    0.0.6
 Release:    1
 Group:      Social & Content/API
 License:    Apache-2.0
index b98cdfa..c7cc339 100755 (executable)
@@ -1231,6 +1231,7 @@ __start_auth_grant_request(oauth2_manager_s *mgr_handle)
                evas_object_size_hint_min_set(mgr_handle->ewk_view, 480, 800);
 
 
+       ewk_settings_multiple_windows_support_set(ewk_view_settings_get(mgr_handle->ewk_view), false);
        evas_object_size_hint_weight_set(mgr_handle->ewk_view,
                EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
        evas_object_size_hint_align_set(mgr_handle->ewk_view,