Hello,
One of my pdf files is under .htaccess protect user auth. I need to use vkwebview instead of normal webview so that user can zoom into pdf. I am using this to provide user and password :
but I get, you don't have authorization error. What am i doing wrong here ?
One of my pdf files is under .htaccess protect user auth. I need to use vkwebview instead of normal webview so that user can zoom into pdf. I am using this to provide user and password :
B4X:
Sub WebView1_UserAndPasswordRequired (Host As String, Realm As String) As String()
Return Array As String("user", "pass)
End Sub
but I get, you don't have authorization error. What am i doing wrong here ?