You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/09 10:19:29 UTC

[GitHub] [cordova-plugin-inappbrowser] jjsosa opened a new issue #521: Cookies doesn't remove after closing browser

jjsosa opened a new issue #521: Cookies doesn't remove after closing browser
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/521
 
 
   # Bug Report
   ## Problem
   Cookies are always persisting even when I use the options to not cache (iOS & Android).
   ### What is expected to happen?
   
   It should not save cookies and local storage on IOS
   
   
   ### What does actually happen?
   
   It's saving cookies after closing browser. I'm using a logging flow and I don't need to log anymore.
   
   
   ### Command or Code
   
   Android options:
   `
   browserOptions = 'location=no,hardwareback=no,mediaPlaybackRequiresUserAction=yes,shouldPauseOnSuspend=yes,footer=yes,closebuttoncaption=Back,footercolor=#000000,clearcache=yes,clearsessioncache=yes';
   `
   
   iOS options:
   `
   browserOptions = 'location=yes,mediaPlaybackRequiresUserAction=yes,shouldPauseOnSuspend=yes,usewkwebview=yes,clearcache=yes,clearsessioncache=yes,cleardata=yes';
   `
   
   ### Environment, Platform, Device
   
   Ionic v4 running on iOS & Android devices
   
   
   ### Version information
   
   Ionic:
   
      ionic (Ionic CLI)             : 4.12.0 (/usr/local/lib/node_modules/ionic)
      Ionic Framework               : @ionic/angular 4.4.2
      @angular-devkit/build-angular : 0.13.9
      @angular-devkit/schematics    : 7.3.9
      @angular/cli                  : 7.3.9
      @ionic/angular-toolkit        : 1.5.1
   
   Cordova:
   
      cordova (Cordova CLI) : 9.0.0 (cordova-lib@9.0.1)
      Cordova Platforms     : android 8.0.0, browser 6.0.0, ios 5.0.1
      Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 9 other plugins)
   
   System:
   
      Android SDK Tools : 26.1.1 (/Users/jjsosa/Library/Android/sdk)
      ios-deploy        : 1.9.4
      ios-sim           : 8.0.1
      NodeJS            : v11.10.0 (/usr/local/Cellar/node/11.10.0/bin/node)
      npm               : 6.10.0
      OS                : macOS Mojave
      Xcode             : Xcode 10.3 Build version 10G8
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org