0
Under review

HTML preview closes when using the file input

Omar Reidgrai 9 years ago in General updated 8 years ago 2
I have a problem with the HTML preview window flipping back down, when I try to use the HTML 'choose file input' (<input type="file" />). The app dosen't crash - but it is annoying because I need to upload the page to a server to test the file input.

Image 128

Under review
Can you please send me the HTML file so I can try it on my own device?
I no longer have this problem in iOS 9, but for those in iOS 8.4 and under, here is the HTML:

<form method="post" action="whatever.php">
<input type="file" name="" value="" />
<button>Submit</button>
</form>
Although the form was more complex than this html, the same problem occurred with a basic form
Sorry I took 2 months to reply