You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried myself, and although the size seems to work, the title is indeed ignored. I think this is a limitation of chrome-app, since running window.document.title = 'foo' does not seem to work either.
I am running a flexx app e.g. as
app.launch('chrome-app', title='Test', size=(100, 100))
But both title and size arguments are ignored. They work for
firefox-app
.The text was updated successfully, but these errors were encountered: