This is about simple HTML.I noticed that when i open a popup window on Android 2.3.4 factory browser with this JS code:\[code\]window.open('pop.html', 'popped', 'width=400, height=300')\[/code\]then the file selection dialog does not come up. If you do not specify the size then the dialog does come up, but looks different (looks like a complete new page, so no X at the corner to close it).Anybody knows a solution, so can I use this native popup JS code but a simple thing as file upload still works?And do you know if other browsers are effected?Here is a very simple test page: http://www.talentblend.com/parent.htmlThank you