Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix API 9 (Gingerbread) support #8

Open
davidhubbard opened this issue May 30, 2016 · 1 comment
Open

Fix API 9 (Gingerbread) support #8

davidhubbard opened this issue May 30, 2016 · 1 comment
Labels

Comments

@davidhubbard
Copy link
Owner

gobbed is compiled with MIN_SDK_TARGET of API 9 (Android 2.3 Gingerbread). There are still a lot of Gingerbread devices in the wild.

But WebViewFragment ended up being the cleanest way to get around Android's "feature" that it will tear down and re-create your MainActivity every time the screen is rotated...and for some other changes which I can't remember at the moment.

This bug is to fix the tricky balancing act of creating a WebView and attaching all the notifications to it but only if the device is below API 11.

Repository owner locked and limited conversation to collaborators May 30, 2016
Repository owner unlocked this conversation May 30, 2016
@davidhubbard
Copy link
Owner Author

Please vote using the reaction button only. Any comment which contains a vote will be deleted (even if it has other content).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant