[elm_webview]block navigation_policy code until EWK applied
authorRyuan Choi <ryuan.choi@samsung.com>
Mon, 23 Aug 2010 06:59:11 +0000 (15:59 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Mon, 23 Aug 2010 06:59:11 +0000 (15:59 +0900)
src/lib/els_webview.c

index 6d82caa..49e7b54 100644 (file)
@@ -338,7 +338,7 @@ _elm_smart_webview_add(Evas *evas, Eina_Bool tiled)
        _api.run_javascript_prompt = _smart_run_javascript_prompt;
        _api.should_interrupt_javascript = _smart_should_interrupt_javascript;
        _api.run_open_panel = _smart_run_open_panel;
-       _api.navigation_policy_decision = _smart_navigation_policy_decision;
+       //_api.navigation_policy_decision = _smart_navigation_policy_decision;
 
        _smart = evas_smart_class_new(&_api.sc);
        elm_theme_overlay_add(NULL, WEBVIEW_THEME_EDJ);