if(e.isMainFrame&&me.record.get('type')!=='pushbullet')Ext.defer(function(){webview.loadURL(e.newURL);},1000);// Applied a defer because sometimes is not redirecting. TweetDeck 2FA is an example.
if(e.isMainFrame&&me.record.get('type')==='tweetdeck')Ext.defer(function(){webview.loadURL(e.newURL);},1000);// Applied a defer because sometimes is not redirecting. TweetDeck 2FA is an example.