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

Improved url support + 3rd party support #34

Open
SfietKonstantin opened this issue Mar 11, 2014 · 3 comments
Open

Improved url support + 3rd party support #34

SfietKonstantin opened this issue Mar 11, 2014 · 3 comments

Comments

@SfietKonstantin
Copy link

Be able to open an application when clicking on an url. Right now, http(s):// mailto:// and tel:// are supported, but maybe we should have extended support, like clicking on a http://twitter.com/ opens Android Twitter / Tweetian.

This need 3rd party support to be able to handle this too.

@veskuh
Copy link
Contributor

veskuh commented Mar 11, 2014

deep linking would certainly be useful. At the moment the protocol handlers are statically defined in embedlite-componentes here: https://github.com/tmeshkova/embedlite-components/tree/master/jscomps

The protocol handlers end up /usr/lib/mozembedlite/components/ and are defined in EmbedLiteJSComponents.manifest on device. While this is easy for user to hack on his own device, this does not seem very suitable for third party apps to extend @rojkov may know more on how that could be achieved.

@rojkov
Copy link
Contributor

rojkov commented Mar 11, 2014

Basically we just need to extend UI to load 3d-party manifests installed.

@jklingen
Copy link

I agree, it would be great if the user was able to send the URL of the current page to another app, e.g. to a password generator like SuperSailPass 😏

Other valid use cases could be:

  • send to barcode generator
  • send to url shortener
  • share with [whatever]
  • ...

But there's no equivalent to Android's Intent.ACTION_VIEW, right?

rojkov pushed a commit to rojkov/sailfish-browser that referenced this issue Jun 18, 2015
[sailfish-browser] Change page background handling to follow page container.  Fixes JB#29662
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

4 participants