Cap-go / capacitor-inappbrowser

Capacitor plugin in app browser with urlChangeEvent
MIT License
65 stars 48 forks source link

I want to get the cookies from the URL #193

Open mobeenfino opened 3 weeks ago

mobeenfino commented 3 weeks ago

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);

riderx commented 3 weeks ago

Sorry this should work we will look on it

WcaleNieWolny commented 2 weeks ago

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