I have theoretical question, is there a possibility to access server response or source in ios webview?
For example, we have html form loaded in webview. After sending form inside of webview I need to parse response to read some data.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will want to handle the
NSRequest/NSHTTPResponsecalls yourself, to get the data to decide what to do – then you can decide if you want to send said data to a web view, or render JSON or whatever.