Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Enabled DOM storage API for Find Courses webview
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher lee committed Jan 3, 2017
1 parent d399c80 commit 6ed5c9b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
offlineBar = findViewById(R.id.offline_bar);
progressWheel = (ProgressBar) findViewById(R.id.loading_indicator);

webview.getSettings().setDomStorageEnabled(true);

setupWebView();
enableEnrollCallback();

Expand Down

0 comments on commit 6ed5c9b

Please sign in to comment.