I am trying to load a protected docx file in UIWebView
.
In iPad webViewDidFinishLoad
gets fired with OfficeImport error. But in iPhone neither webViewDidFinishLoad
nor didFailLoadWithError
gets fired. In both cases webViewDidStartLoad
gets fired.
Does anyone know why this dual behaviour from UIWebView
?
Thank You.