cordova-plugin-themeablebrowser
cordova-plugin-themeablebrowser copied to clipboard
clearsessioncache disable all custom styles of themeableBrowser
Hi,
I am trying to use this plugin with last version and ionic framework. My problem occurs when use the
clearsessioncache?: string; attribute. The browser opens without any style or icon, only a white bar is showed. It seems that this problem occurs with other original attributes for example clearcache or hidden..
{
statusbar: {
color: '#005faa'
},
toolbar: {
height: 55,
color: '#005faa'
},
title: {
color: '#ffffffff',
showPageTitle: true
},
closeButton: {
image: 'back',
imagePressed: 'back',
align: 'left',
event: 'closePressed'
},
backButtonCanClose: true,
transitionstyle: 'crossdissolve',
clearsessioncache: 'yes'
}
this is other issue with the same problem: https://github.com/initialxy/cordova-plugin-themeablebrowser/issues/127
Any plan to solve this?
I didn't run into this issue when using true instead of 'yes'.