React native WebView 适配Android 和 Ios缩放问题 import { Platform, } from ‘react-native’; scalesPageToFit={Platform.OS === ‘ios’? false : true}