Skip to content

Commit

Permalink
Update the Media uploading issue
Browse files Browse the repository at this point in the history
Seems the problem has been fixed in https://bugs.webkit.org/show_bug.cgi?id=137759

We can now look at it in #10
  • Loading branch information
VagishVela committed Oct 5, 2016
1 parent fe40393 commit 46d79ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ Most features of WhatsApp Web are currently supported, and support for the remai
| Attached media viewing | YES |
| Attached media downloading | YES |
| Notification center notifications | YES |
| Media uploading | NO\* |
| Media uploading | NO\* [#10](https://github.com/Neo11/ChitChat/issues/11) |
| Media recording (using camera + mic.) | NO |

\*Media uploading **is** supported when dragging the image/video file into the app's window. Uploading using the upload button is currently not supported, since WKWebView provides no easy mechanism for using `<input type="file">` tags.
\*Media uploading **is** supported when dragging the image/video file into the app's window. Uploading using the upload button is currently not supported, since WKWebView did not support an easy mechanism for using `<input type="file">` tags. Since [Wekbit bug 133759](https://bugs.webkit.org/show_bug.cgi?id=137759) was fixed, we can now look at this issue in [#10](https://github.com/Neo11/ChitChat/issues/11).

##Contributing

Expand Down

0 comments on commit 46d79ea

Please sign in to comment.