It appears that in its default state, Android WebView does not support LocalStorage. When attempting to read "window.localStorage", it returns "null".
This issue is causing some difficulties as it is not only necessary to check if "window.localStorage" is undefined, but also if it is null. This additional check is required due to the default behavior of Android WebView.
It appears that in its default state, Android WebView does not support LocalStorage. When attempting to read "window.localStorage", it returns "null". This issue is causing some difficulties as it is not only necessary to check if "window.localStorage" is undefined, but also if it is null. This additional check is required due to the default behavior of Android WebView.