breautek commented on issue #944:
URL: https://github.com/apache/cordova-ios/issues/944#issuecomment-660197704


   I'll reopen this issue, I'm sure something can be done and we might be able 
and while we can't just use that plugin's codebase, we can draw inspiration 
from it.
   
   That plugin requires the developer to add:
   
   ```javascript
   document.addEventListener('deviceready', () => {
     wkWebView.injectCookie('mydomain.com/mypath');
   });
   ```
   
   I wonder if there is a way to have this done automatically.
   
   Unfortunately I don't have mac hardware to experiment or develop the 
feature, but I do think it is something worth investigating.


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