Safari/iOS no store/save cookies
AlejandroFernandezUCAB opened this issue · 1 comments
AlejandroFernandezUCAB commented
Expected Behavior
The cookies store/save
Actual Behavior
The cookies not store/save, when I do this.cookie.get('item'), this return empty.
This happen only in Safari/iOS
Steps to Reproduce the Problem
console.log( this.cookie.get('item') );
Specifications
- Version: "ngx-cookie-service": "^3.0.4",
- Browser: Safari 13.1.2
- Angular 9
- Ionic 5
pedroct92 commented
As you are using angular 9 and probably using differential loading this article may help you: