Closed
Description
Is this a bug report?
Yes. It appears when this commit is merged. On RN 0.50.0 above, Android 4.x WebView cannot display text/html format.
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13.2
Node: 8.9.1
Yarn: Not Found
npm: 5.5.1
Watchman: Not Found
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.50.0 => 0.50.0
Target Platform: Android 4.1.2 (API 16)
Steps to Reproduce
Render this component:
`export default class TestWebView extends Component<{}> {
render() {
const html = "<html>\n <body>" +
"※Facebook,並びにGoogle+へ許可なく投稿がされることはありません。" +
"</body>\n</html>";
return (
<WebView
style={{flex:1}}
source={{html}}/>
);
}
}`
Expected Behavior
Actual Behavior
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)