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

Show popup errors and navigation fixes #16

Merged
merged 1 commit into from
Oct 24, 2021
Merged

Show popup errors and navigation fixes #16

merged 1 commit into from
Oct 24, 2021

Conversation

bdashore3
Copy link
Owner

Closes #13. Makes popup errors look pretty along with extending the WebView to the full bottom length of the screen.

The current WebView wasn't extending to the entirety of the screen.
Fix this by ignoring safe area on the webview for the bottom
edge of the screen.

Make errors popup and disappear after a period of time (5 seconds)
so that the user doesn't have to reload the webpage.

Also add an isNotch boolean to UIDevice to check if padding
is needed on the navigation bar or not.

Signed-off-by: kingbri <bdashore3@gmail.com>
@bdashore3 bdashore3 merged commit 7790d50 into default Oct 24, 2021
@bdashore3 bdashore3 deleted the errors branch October 24, 2021 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error popups
1 participant