The scalesPageToFit property is not supported when use webkit = true in ios

I am having “The scalesPageToFit property is not supported when use webkit = true” in yellowbox when i am using useWebKit={true} in AutoResizeHeightWebView in ios only.
The code is working fine but I am getting this warning.
Below is the code:

<AutoResizeHeightWebView
              useWebKit={true}
              scrollEnabled
              source={{html: '<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0">'+Item.new}}
              style={{width: Dimensions.get('window').width}}
            />

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.