Skip to content

Commit

Permalink
Add docs on the lack of support for mobile web
Browse files Browse the repository at this point in the history
Summary:
**what is the change?:**
Improvind docs by mentioning the lack of mobile web support

**why make this change?:**
For certain Android keyboards, and with IME in particular, Draft.js has
some known issues. We should document this so that folks are aware.

**test plan:**
Ran the website and manually tested.
![screen shot 2017-05-30 at 5 47 22 am](https://cloud.githubusercontent.com/assets/1114467/26583973/0bb462c2-44fc-11e7-89d8-f8bb02a07dda.png)

**issue:**
facebookarchive/draft-js#1224
Closes facebookarchive/draft-js#1228

Differential Revision: D5462589

fbshipit-source-id: 9354e7d9a73622927da69acded4db5b06b1a1c6d
  • Loading branch information
midas19910709 committed Jul 20, 2017
1 parent 0a2da91 commit 796fd2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Advanced-Topics-Issues-and-Pitfalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ interaction.
As of IE11, Internet Explorer demonstrates notable issues with certain international
input methods, most significantly Korean input.

### Mobile Support

At this time Draft does not fully support mobile browsers. There are some known
issues with certain Android keyboards and with international input methods. Full
mobile support is a goal that the framework is moving towards for the future.

### Polyfills

Some of Draft's code and that of its dependencies make use of ES2015 language
Expand Down

0 comments on commit 796fd2f

Please sign in to comment.