IOS Swift, how to detect file upload click inside UIWebView to open photo upload dialog -
i have app points website using uiwebview. website includes file input uploading photos. when user taps file upload button inside website should open photo upload dialog on iphone, can upload photo directly phone website. how detect file upload button click , open photo upload dialog?
you need html file upload tag
<input type="file" name="img">
uiwebview automatically opens upload photo dialog, think way.
Comments
Post a Comment