Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

launch webbrowser with URL, or a way to invoke events and/or using shortcuts? #8

Closed
yesco opened this issue Jun 21, 2024 · 1 comment

Comments

@yesco
Copy link

yesco commented Jun 21, 2024

Just found this great project.

Finally, I can own my home screen.

To make it a more full launcher, I'd like to be able to create short-cuts to launch web-pages in a browser, or open specific Google Docs. I believe using intents is the way that works,, or using shortcuts. However, I'm not privy to the workings of Androids API and java.

Also, apparently, there is an alluring way to open several webviews in one app. This would be cool to be able to build my own browser in html/javascript controlled from/integrated in the launcher.

@theothertored
Copy link
Member

I'd like to be able to create short-cuts to launch web-pages in a browser, or open specific Google Docs.

Opening links in an external browser should now be possible in v0.0.5 by using target="_blank" on an <a> tag or from JS.

This would be cool to be able to build my own browser in html/javascript controlled from/integrated in the launcher.

I'm not interested in building a base for building a custom browser. Maybe you can fulfil your needs by using <iframe> to embed other webpages inside your own webpage.

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

No branches or pull requests

2 participants