Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Android issues

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 6 wyświetleń
  • Ostatnia odpowiedź od 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.

Wszystkie odpowiedzi (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.