I have a native webview which calling a website. The website contain a login with remember me feature. However, I found that the cookies is not working in the webview. I made the remember me to keep the login for over a year, but after I close the app for an hour, I have to login again. The cookies is working in iOS, I would like to know if it is not supported in Android or not?
And I have a file upload (image) in that website. I did add the camera permission but when I clicked on the file input field in the webview, nothing is prompt. I can’t upload any photo inside the webview on Android but works in iOS. Is it supported on Android or I did something wrong?
Thanks