GoogleChromeLabs / text-editor

A text editor build on the Native File System APIs
https://googlechromelabs.github.io/text-editor/
Apache License 2.0
507 stars 118 forks source link

When will this be available on mobile? #35

Open blurymind opened 3 years ago

blurymind commented 3 years ago

The chrome version running on android doesn't support this. Is there an eta on when it will be or at least note this in the readme.

The current presentation suggest that it falls on legacy mode due to browser version, but that is not true. The same version on desktop supports the new file api.

Chrome on android simply does not allow this at all. When will we get the simple ability to overwrite a file we saved in a pwa?

ghost commented 3 years ago

Worked fine for me on Brave, with AndroidOS, in legacy mode. What happened when you tried to use it?

blurymind commented 3 years ago

In legacy mode you can't save over a file you are using. I am not interested in legacy mode, I want the new api to work on mobile

On Thu, 15 Apr 2021, 01:05 Anonymous, @.***> wrote:

Worked fine for me on Brave, with AndroidOS, in legacy mode. What happened when you tried to use it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GoogleChromeLabs/text-editor/issues/35#issuecomment-819926274, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRRWVMI4VMJ77G4ZTM4EDDTIYUTHANCNFSM426KEAFQ .

ghost commented 3 years ago

Ah, you're referring to the inability to overwrite existing files.

It would be nice to have the new API on mobile, but it's still experimental, I presume that the Chromium developers would put in significantly more effort into making it available on mobile if it is standardized.

blurymind commented 3 years ago

For me the only reason to want to use the new file system api is overcoming that inability.

It kind of cripples the UX for progressive web apps on mobile

abubelinha commented 1 year ago

You mean the inability of selecting the file name or path when you save a text, don't you? I can use the editor on Chrome but it always saves as "Untitled.txt" in "Downloads" folder.

@abubelinha