Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

firefox for android cannot send intent for custom url schema.

  • 3 replies
  • 3 have this problem
  • 4 views
  • Last reply by tateisu

firefox for android cannot send intent for custom url schema.

my application uses oAuth to authentication, that uses callback url it has custom url schema.

example: myapp://oauth/callback~~~~

android default browser correctly handles it, send intent that has url, then os manages intent and send it to my app.

but firefox does not. I think firefox should send intent if the url is not supported by the browser. or, firefox should send intent for any location url.

firefox for android cannot send intent for custom url schema. my application uses oAuth to authentication, that uses callback url it has custom url schema. example: myapp://oauth/callback~~~~ android default browser correctly handles it, send intent that has url, then os manages intent and send it to my app. but firefox does not. I think firefox should send intent if the url is not supported by the browser. or, firefox should send intent for any location url.

All Replies (3)

Hmm, that's strange. This should work in Firefox. For example, "market:" URLs open the Market app in Firefox, and "vnd.youtube:" URLs open the YouTube app.

If your application and web page are publicly available, can you give us a pointer to them so that we can test them out? If not, a minimal test case might also help.

Which version of Firefox for Android are you using?

this is my app. https://market.android.com/details?id=jp.juggler.SubwayTweeter

I'm using "Webブラウザ Firefox 4" version 4.0.

Thanks,

OK, I've retry now, it's worked.

but, verrrry slow.

- address bar shows "Twitter / アプリへ転送します"(redirect to application) - waiting 30 sec. - then "プログラムを起動(start program)" dialog is popped up.

my 3nd try is little faster than 2nd try. maybe have to reset firefox's application data before try this for reappear problem.