Skip to content

Commit 7ee293b

Browse files
authored
[webview_flutter] Remove non-public API (#487)
ewk_settings_viewport_meta_tag_set() was moved to ewk_settings_product.h in tizen 6.5. Since this header is non-public, we can no longer use this api. By default, the viewport meta tag is enabled on mobile and wearable, but it is disabled on TV. Since webview_flutter_tizen only support the TV profile, it doesn't matter if we don't use this API.
1 parent a08c2be commit 7ee293b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/webview_flutter/tizen/src/webview.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ void WebView::InitWebView() {
347347
ewk_cookie_manager_accept_policy_set(
348348
manager, EWK_COOKIE_ACCEPT_POLICY_NO_THIRD_PARTY);
349349
}
350-
ewk_settings_viewport_meta_tag_set(settings, false);
351350
EwkInternalApiBinding::GetInstance().settings.ImePanelEnabledSet(settings,
352351
true);
353352
ewk_settings_javascript_enabled_set(settings, true);

0 commit comments

Comments
 (0)