flexxui / webruntime

Launch HTML5 apps in the browser or a desktop-like runtime.
http://webruntime.readthedocs.io
BSD 2-Clause "Simplified" License
43 stars 10 forks source link

Title and size argument not respected for chrome-app #32

Open juliusbierk opened 3 years ago

juliusbierk commented 3 years ago

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.

almarklein commented 3 years ago

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.

juliusbierk commented 3 years ago

Makes sense. For some reason size also does not work here (Windows 10, newest chrome).