Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

firefox for android cannot send intent for custom url schema.

  • 3 respostas
  • 3 têm este problema
  • 2 visualizações
  • Última resposta de tateisu

more options

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.

Todas as respostas (3)

more options

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?

more options

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

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

Thanks,

more options

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.