react-native-echarts icon indicating copy to clipboard operation
react-native-echarts copied to clipboard

在ios手机里,折线图会缩小,需要双击才能放大正常显示

Open wuge123 opened this issue 6 years ago • 2 comments

在ios手机里,折线图会缩小,需要双击才能放大正常显示

wuge123 avatar Mar 14 '18 15:03 wuge123

node_modules\native-echarts\src\components\Echarts\index.js 找到这个文件 import {Platform } from 'react-native'; render方法 WebView里 scalesPageToFit 改成 scalesPageToFit={Platform.OS === 'android' ? true : false}

我rn版本是 0.45 希望能帮到你

MichaelHundSun avatar Mar 20 '18 07:03 MichaelHundSun

@MichaelHundSun 请问取消双击放大

takfate avatar Jun 22 '18 12:06 takfate