commit | c2e966dbeedf62bcbb8c1b0d508476bdf758d8ef | [log] [tgz] |
---|---|---|
author | Sehee Park <sehee32.park@samsung.com> | Thu Nov 15 16:46:27 2018 +0900 |
committer | Sehee Park <sehee32.park@samsung.com> | Fri Jan 18 06:51:54 2019 +0000 |
tree | 17fca7679f6174770c878f2feae49f66caf71e29 | |
parent | b576e24d73cfa869427400d117bc3e08375233f3 [diff] |
Enable DOM storage API for CaptivePortalLoginActivity The HTML page in "https://www.personal.com.py/portal/redirect.html" contains the below lines. localStorage.clear(); var hashParams = getUrlParams(); The value of localStorage is null hence the white page is being displayed. Bug: 122999476 Test: Manual Change-Id: I15195924a727d20ab848df184ede6e2831bdc01b Signed-off-by: Sehee Park <sehee32.park@samsung.com>