I want to load a local html into a WebView WITHOUT using "file:///" because that does not allow cookies. Is there a way to use something like "localhost" ?
Secondly, I could not find a way to enable cookies in the getSettings(). Because cookies are not allowed while using "file:///".