I have a quick question I have been asking this question now for a while and no one can answer me. I have a web based system built in html/css/js and php using mysql database.
along with this system I have a android and iOS web view app WKWebview
now the app contains the following information
- a wkwebview = [completed]
- push notifications thru the web view [not completed]
- share functionality [completed]
- camera access [not completed]
- uploading image to server [completed]
now my question is how do I open the camera thru the wkwebview in swift. I did all the permissions and tried a bunch of code still nowhere. any one have any advice where to look for this awnser?