moldray / react-native-ichart

ichart for react-native
Apache License 2.0
22 stars 5 forks source link

Android Support #2

Open BaroneX opened 8 years ago

BaroneX commented 8 years ago

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.