Hi,
I'm try to connect with twitter (by codebird from viezel).
The problem:
The webview with auth-URL is loaded, the big fat number after succesful login appears.
In older times the evalJS function fiddles this number from DOM.
Today webView is null, here the snippet:
var authorizeUICallback = function(e) { var val = webView.evalJS('window.document.querySelector(\'kbd[aria-labelledby="code-desc"] > code\').innerHTML'); if (val) { destroyAuthorizeUI(); ///Other, newer solutions? Why the webView.html- property is null? When can we access to account manager of platform?
Rainer