tinni95 commented on issue #804:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/804#issuecomment-786513520


   @YazeedFares thanks a lot for your answer!
   ```
   
   getCookies:function (url, successCallback, errorCallback) {
           exec(successCallback, errorCallback, 'InAppBrowser', 'getCookies', 
[url]);
    }
   
   ```
   I think in Inappbrowser.js you would add another method like this for 
setCookies?
   and also what would you give setCookies as a parameter, on ionic side? 
   If you have some time to answer, that will be really appreciated :) 
   
   Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to