We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Android issues

  • 2 réponses
  • 1 a ce problème
  • 6 vues
  • Dernière réponse par danjharvey

more options

I'm testing a HTML5/Javascript application on an Android Motorola Xoom. I've got it to work correctly with Chrome, the default browser, and Opera. It partially works with Firefox, but the following are some issues:

1) Does not play short feedback sounds using the HTML 5 audio tag. Lengthening the size of these is a work around that fixes the problem. 2) Playing audio fires the onsuspend event after oncanplaythrough, which causes a lag in the playback. Replaying the same audio works fine, once it is cached. 3) Firefox does not support @font-face; in fact trying to use this crashes the browser, with a "something wrong with page" message. 4) Does not support draggable div tags using touch events, even after setting the draggable true attribute.

A temporary site for the application is below, but it is quite complex.It creates lessons for restoring indigenous languages and is part of the ACORNS project (http://cs.sou.edu/~harveyd/acorns/). I can provide some explanation if needed.

I'm testing a HTML5/Javascript application on an Android Motorola Xoom. I've got it to work correctly with Chrome, the default browser, and Opera. It partially works with Firefox, but the following are some issues: 1) Does not play short feedback sounds using the HTML 5 audio tag. Lengthening the size of these is a work around that fixes the problem. 2) Playing audio fires the onsuspend event after oncanplaythrough, which causes a lag in the playback. Replaying the same audio works fine, once it is cached. 3) Firefox does not support @font-face; in fact trying to use this crashes the browser, with a "something wrong with page" message. 4) Does not support draggable div tags using touch events, even after setting the draggable true attribute. A temporary site for the application is below, but it is quite complex.It creates lessons for restoring indigenous languages and is part of the ACORNS project (http://cs.sou.edu/~harveyd/acorns/). I can provide some explanation if needed.

Toutes les réponses (2)

more options

Sorry for the bugs, and thanks for reporting them! It would be great if could file a bug for each of the four problems above under the Firefox for Mobile ("Fennec Native") product, and attach test cases if you have them. Or if you'd prefer, let me know and I can file the bugs for you.

more options

I think I'd prefer that you file them. I'm working on getting the application to work on Apple mobile devices, so it will be some time before I get back to Fennec.

Thanks for your response, though.