Cap-go/capacitor-inappbrowser

I want to get the cookies from the URL

Opened this issue · 2 comments

I want to get the cookies from the URL that I have opened in the browser, but it shows undefined.

const options = { url: "https://my-url.com/" } const cookie = await InAppBrowser.getCookies(options) console.log('Cookies:', cookie);

Sorry this should work we will look on it

can you share your platform and the version of the plugin?

I am 100% sure that I tested that function on both Android and IOS