Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Some weird problems with Android Firefox download

  • 1 ответ
  • 1 имеет эту проблему
  • 7 просмотров
  • Последний ответ от Paul

more options

I am creating userscript, webextension and etc. Current my script downloads several files with renaming. I know that there is some illegal character for windows file name like /?<>\:*|\". My script automatically replace this characters with full-width or remove. In android file system (like in linux) there is only one illegal character: / (used for folder address). But Firefox won't download file with name that contain characters like [],:?;*-/<|>". I use GM.download for userscript and for webextension browser.downloads.download with url and filename options. This also work like this in kiwy (android chrome with addons). Android Firefox can download file that contain this characters. This mean that you can download this file when link clicked, but can't download via userscript or addon.

Second problem is in desktop firefox if you download too many files (like 100 files) it will download 6 file at same time. But in android it download all file same time.

I am creating userscript, webextension and etc. Current my script downloads several files with renaming. I know that there is some illegal character for windows file name like /?<>\:*|\". My script automatically replace this characters with full-width or remove. In android file system (like in linux) there is only one illegal character: / (used for folder address). But Firefox won't download file with name that contain characters like [],:?;*-/<|>". I use GM.download for userscript and for webextension browser.downloads.download with url and filename options. This also work like this in kiwy (android chrome with addons). Android Firefox can download file that contain this characters. This mean that you can download this file when link clicked, but can't download via userscript or addon. Second problem is in desktop firefox if you download too many files (like 100 files) it will download 6 file at same time. But in android it download all file same time.
Приложенные скриншоты

Изменено yusif.e.shukurov

Все ответы (1)

more options

Hi

Please appreciate that desktop and Android Firefox's are two different pieces of software designed to run on two different platforms.

For help with your web extension, you are best asking in our dedicated forum here.

I hope this helps.