Created a HTML page and javascript to request a web service and alert the response on a button click. However when I open it from safari in simulator the application is asking for credentials and on supplying credentials I gets the reponse and alerts as designed.
However the same page when requested from uiwebview,call back function is not getting fired, and it is not asking for any credentials. Any possible solutions to supply credentials to a hybrid ios app.