Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Android 4.1-4.3 WebView source baseUrl bug
Resolves facebook#11753. Android versions 4.1-4.3 don't understand the MIME type 'text/html; charset=utf-8' and default to 'text/plain' instead, rendering the content as an unparsed HTML string. Since the encoding is already set and passed separately, removing it from the MIME type has no negative effects.
- Loading branch information