Open mzarella opened 9 years ago
Is there a way to hide the toolbar? Looking at the following piece of code:
https://github.com/oauth-io/oauth-phonegap/blob/master/www/js/lib/oauth.js
window.open is setting toolbar=yes and I want it set to toolbar=no instead as well as remove toolbarposition=top
window.open
toolbar=yes
toolbar=no
toolbarposition=top
Is there a way to hide the toolbar? Looking at the following piece of code:
https://github.com/oauth-io/oauth-phonegap/blob/master/www/js/lib/oauth.js
window.open
is settingtoolbar=yes
and I want it set totoolbar=no
instead as well as removetoolbarposition=top