@jeolcavaco wrote:
Someone has already been able to capture cookies after calling new InAppBrowser (). Create?
let ref = new InAppBrowser().create('https://wwww.google.com', "_self", "location=no" ); ref.executeScript({code:'document.cookie'}).then(cookie =>{ this.test = cookie; });
Posts: 2
Participants: 2