We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found in issues 1 that it doesn't support Android.So i modified your lib-index.js
<WebView domStorageEnabled={true} javaScriptEnabled={true} source={{html:this.createHTML(renderString)}} style={this.props.style} automaticallyAdjustContentInsets={false} contentInset={{top: 0, right: 0, bottom: 0, left: 0}} scalesPageToFit={true} />
but in Android it doesn't work. I Watched the output from the log,then i copied the static html to webstorm,it worked normal. So i want your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found in issues 1 that it doesn't support Android.So i modified your lib-index.js
but in Android it doesn't work.
I Watched the output from the log,then i copied the static html to webstorm,it worked normal.
So i want your help.
The text was updated successfully, but these errors were encountered: