EddyVerbruggen / cordova-plugin-safariviewcontroller

:tiger: :elephant: :crocodile: Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot get cookie set in safari

kelvingiotto opened this issue · comments

Hi,

I open a page in safari and the page will set a cookie called "test". After that I open my cordova app and use this plugin + customurlscheme try to get the "test" cookie, but it doesn't work. It only return the cookie value I set in this plugin opened page not opened in safari.

Is it I ignored some step?