Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Launch the app from the url using intents

  • 2 válasz
  • 1 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: Kevin

more options

hi, I have an app in android play store. And from the app, I can share a link to a .jpg file via email. When this url is clicked by the user, Android OS shows the option to open via firefox. The format of my url is: <a href="my.special.scheme://other/parameters/here">.

Actually happening: web_page not found.

Expected Result: my_app is launched

Chrome v25+ handles this issue as described in link: https://developers.google.com/chrome/mobile/docs/intents "The best practice is to construct an intent anchor and embed that into the page so the user can launch the app. This gives you a lot more flexibility in controlling how apps are launched, including the ability to pass extra information into the app via Intent Extras.

The basic syntax for an intent-based URI is as follows:

intent:

  HOST/URI-path // Optional host
  #Intent;
     package=[string];
     action=[string];
     category=[string];
     component=[string];
     scheme=[string];
  end; "

Is there similar workaround for firefox.

Some of the options i found on this are not working.: https://bugzilla.mozilla.org/show_bug.cgi?id=654621 https://bugzilla.mozilla.org/show_bug.cgi?id=653833

hi, I have an app in android play store. And from the app, I can share a link to a .jpg file via email. When this url is clicked by the user, Android OS shows the option to open via firefox. The format of my url is: <a href="my.special.scheme://other/parameters/here">. Actually happening: web_page not found. Expected Result: my_app is launched Chrome v25+ handles this issue as described in link: https://developers.google.com/chrome/mobile/docs/intents "The best practice is to construct an intent anchor and embed that into the page so the user can launch the app. This gives you a lot more flexibility in controlling how apps are launched, including the ability to pass extra information into the app via Intent Extras. The basic syntax for an intent-based URI is as follows: intent: HOST/URI-path // Optional host #Intent; package=[string]; action=[string]; category=[string]; component=[string]; scheme=[string]; end; " Is there similar workaround for firefox. Some of the options i found on this are not working.: https://bugzilla.mozilla.org/show_bug.cgi?id=654621 https://bugzilla.mozilla.org/show_bug.cgi?id=653833

Összes válasz (2)

more options

You would be best off discussing this with the Firefox for Android developers on IRC.

If you don't have an IRC client set up you can use this web based one. http://www.mibbit.com/chat/?server=irc.mozilla.org&channel=%23mobile

irc://irc.mozilla.org/mobile

more options

The best time to reach people is from about 7 AM to 6 PM Pacific time.