Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 96FC3200B36 for ; Tue, 21 Jun 2016 23:41:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 95B34160A60; Tue, 21 Jun 2016 21:41:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 12730160A63 for ; Tue, 21 Jun 2016 23:40:59 +0200 (CEST) Received: (qmail 19647 invoked by uid 500); 21 Jun 2016 21:40:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 19452 invoked by uid 99); 21 Jun 2016 21:40:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2016 21:40:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 56B022C1F62 for ; Tue, 21 Jun 2016 21:40:58 +0000 (UTC) Date: Tue, 21 Jun 2016 21:40:58 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-11288) shouldOverrideUrlLoading not called MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 21 Jun 2016 21:41:00 -0000 [ https://issues.apache.org/jira/browse/CB-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-11288: ---------------------------- Priority: Minor (was: Major) > shouldOverrideUrlLoading not called > ----------------------------------- > > Key: CB-11288 > URL: https://issues.apache.org/jira/browse/CB-11288 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 6.0.0 > Environment: windows > Reporter: vontio > Priority: Minor > Labels: plugin > > reproduce: > in cordova plugin initialize: > (WebView)(webView.getEngine().getView()).setWebViewClient(new SystemWebViewClient((SystemWebViewEngine) webView.getEngine()){ > @Override > public boolean shouldOverrideUrlLoading(WebView view, String url) { > Log.v(TAG,"shouldOverrideUrlLoading request " + url); > return super.shouldOverrideUrlLoading(view, url); > } > @Override > public WebResourceResponse shouldInterceptRequest (WebView view, > String url) > { > Log.v(TAG,"shouldInterceptRequest request " + url); > return super.shouldInterceptRequest(view,url); > } > }); > only shouldInterceptRequest called. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org