0
Under review
HTML preview closes when using the file input
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.
0
Under review
Alexander Blach (Developer) 9 years ago
Can you please send me the HTML file so I can try it on my own device?
0
Omar Reidgrai 9 years ago
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
Customer support service by UserEcho