[ 
https://issues.apache.org/jira/browse/CB-12362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-12362.
-----------------------------
    Resolution: Won't Fix

You can't just go from one document to another and expect the JS state to be 
the same.  Every time the navigation is done, the bridge is rebuilt, since the 
whole Javascript context is different.  This is the same as when you go from 
one page to another on a browser.  What you're trying to do is not supported.

Perhaps you should look at using a plugin like InAppBrowser to do what you're 
trying to do but this sounds like it's working as designed.

FYI: The error on Chromium is unrelated to what you're trying to do.

> [ERROR:interface_registry.cc(104)] Failed to locate a binder for interface: 
> autofill::mojom::PasswordManagerDriver
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-12362
>                 URL: https://issues.apache.org/jira/browse/CB-12362
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.5.0
>         Environment: Cordova 6.4.0
>            Reporter: Sandeep Armal
>
> I am downloading some pages on SD card and that pages I am calling from 
> asset.  
> Example. 
> Asset_A.html opening SD_A.html using Asset_A.js. It's working fine but when I 
> am trying to send callback to Asset_A.js from SD_A.js then call back not 
> going.  
> I am getting following error.   
> {code}
>  E/chromium: [ERROR:interface_registry.cc(104)] Failed to locate a binder for 
> interface: autofill::mojom::PasswordManagerDriver
> D/CordovaWebViewImpl: 
> onPageFinished(file:///data/user/0/com.app.san/files/Web/index.html)
> D/JsMessageQueue: Set native->JS mode to null
> D/CordovaWebViewImpl: 
> onPageDidNavigate(file:///data/user/0/com.app.san/files/Web/index.html)
> W/cr_BindingManager: Cannot call determinedVisibility() - never saw a 
> connection for the pid: 28198
> D/JsMessageQueue: Set native->JS mode to EvalBridgeMode
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to