HTML input tag is not rendering properly. Input Tag is used like this :
<input type="file" name="fileImage" id="fileImage" accept="image/*"/>
It works properly in Safari and allows to select only single image but with WebView it allows user to select multiple images. The same issue does not reproduce with iOS 10.2.1.