ISNIT0 / zipternet

1 stars 0 forks source link

Provide reliable way to load homepage #14

Closed julianharty closed 5 years ago

julianharty commented 5 years ago

In implementing the onRotation support (see #1) I discovered when testing with the testing_heuristics content that we sometimes end up with a bank screen and no easy way for end users to get back to a usable article. A homepage button #3 is one approach, there may be others. For example, to add better support for using the Android back button; as sometimes (after onRotation) the Android back button causes the app to go into the background rather than returning to the previous page.

Note: perhaps we need a more elegant and robust method of storing and restoring the last viewed page.

ISNIT0 commented 5 years ago

The WebView is no longer destroyed on rotation (This may well cause other issues down the road), so this doesn't seem to be a problem any more