Skip to content
New issue

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

Android Support #2

Open
BaroneX opened this issue Aug 3, 2016 · 0 comments
Open

Android Support #2

BaroneX opened this issue Aug 3, 2016 · 0 comments

Comments

@BaroneX
Copy link

BaroneX commented Aug 3, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant