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
Summary: Resolves #11753 and #9835. 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. The same fix has already been discussed, successfully tested and incorporated in NativeScript/NativeScript#1038. Closes #13789 Differential Revision: D5971910 Pulled By: shergin fbshipit-source-id: 07795bdf0f13ddb1e8eec779d1cad59244f3687e
- Loading branch information