[TIMOB-14143] TiAPI: Ability to set cookies in a WebView before the response is committed
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2014-02-06T17:27:40.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | n/a |
Components | Core |
Labels | n/a |
Reporter | Daniel Sefton |
Assignee | Ingo Muschenetz |
Created | 2013-06-06T18:29:11.000+0000 |
Updated | 2017-03-23T22:44:07.000+0000 |
Description
*Problem*
WebView should have a method to allow you to set a cookie before a response occurs.
*Invalid workarounds*
- 'beforeload' event - According to the [documentation](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.WebView-event-beforeload) this does not work for remote requests
- 'load' event - At this point the request has already been received
Evidently this is no longer required by the customer. If this is still a desired feature in the future, plea reopen.
Closing ticket as Won't Fix with reference to the above comments.