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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -