We have a hybrid app, angular js/HTML wrapped in Android native wrapper. When a service call is made via webview , only the secure cookies are sent (set by the server) and the cookies created at UI end are not sent. Can there be a reason.
All services are on HTTPS
Cookies are set in UI as : $.cookie('device','mobile',{path:'/'}) and please not this works in browser over a url but does not works in Hybrid App.