Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
juliusbierk opened this issue Jan 11, 2021 · 2 comments
Open

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

juliusbierk opened this issue Jan 11, 2021 · 2 comments

Comments

@juliusbierk
Copy link

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
Copy link
Member

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
Copy link
Author

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants