Skip to content

Commit

Permalink
Add docs about lack of support for mobile browsers
Browse files Browse the repository at this point in the history
**what is the change?:**
Based on issues from the community and internal experiments, we know
that there are severe bugs affecting some mobile web uses of Draft.js.
In particular, Android with certain keyboards and IME/rtl on Android.

**why make this change?:**
This information is important for folks when deciding whether Draft.js
is the best choice for their use case. It may also get more interest in
improving Draft.js for mobile web use cases.

**test plan:**
Opened the docs and visually inspected. (Flarnie will insert a
screenshot.)

**issue:**
Related to facebookarchive#1224
  • Loading branch information
flarnie committed Jun 28, 2017
1 parent 52a755f commit dbfcde7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Advanced-Topics-Issues-and-Pitfalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ ReactDOM.render(
document.getElementById('root')
);
```

### Mobile Not Yet Supported

Draft.js is moving towards full mobile support, but does not officially support
mobile browsers at this point. There are some known issues affecting Android and
iOS - see issues tagged
['android'](https://github.com/facebook/draft-js/labels/android) or
['ios'](https://github.com/facebook/draft-js/labels/ios) for the current status.

0 comments on commit dbfcde7

Please sign in to comment.