mosabab edited a comment on issue #598: [android] Statusbar disappear after 
inappbrowser window appears
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/598#issuecomment-571701807
 
 
   > In my example the inappbrowser does not have a location bar. Mabye that 
changes it. But the app I am developing with sets the status bar in Javascript, 
as well.
   
   The status work work well and appear in the main webview app.
   
   But: after i click to open inappbrowser window, the status bar become 
hidden, after I click on `Done` button, the status bar become active in the 
main webview again.
   
   The problem from Cordova-Plugin-InAppbrowser.
   
   This is my code:
   
   `index.js` file:
   
   `inAppBrowserRef = cordova.InAppBrowser.open('https://github.com/', 
'_blank', 
location=yes,hidden=yes,clearcache=yes,clearsessioncache=yes,closebuttoncolor=#ffffff,hideurlbar=yes,zoom=no");`
   
   `config.xml` file:
   
   `<plugin name="cordova-plugin-statusbar" 
spec="https://github.com/apache/cordova-plugin-statusbar.git#master"; />`
   
   And the preferences doesn't set in my `config.xml` for statusbar and leave 
it as default.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to