I am using capacitor/browser. and in document, it says browser.close() works on only web, ios.
Then how can i close browser in android??
Browser.open({ url: 'https://~~' });
setTimeout(() => {
Browser.close();
this.router.navigate(['/home']);
}, 200);
Here is my code, and it works on only web and ios.
i tried applistener, and httpclient.get(‘url’).