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

Make about chat show up as fullscreen on iOS #3397

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ann0see
Copy link
Member

@ann0see ann0see commented Oct 3, 2024

Fixes an overflow bug for the about dialog on iOS.

Related to: #3343

Short description of changes

Attempt to show chat dialog as full screen. Doesn't work yet - especially if rotating the screen.

CHANGELOG: CONDENSE WITH #3343
Context: Fixes an issue?

Fixes: #3383

Does this change need documentation? What needs to be documented and how?

No

Status of this Pull Request

To be tested. Unfortunately, also the close button on the chat on iOS crashes the application. I think this was documented somewhere and is probably due to a null pointer de-reference.

What is missing until this pull request can be merged?

Not sure

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

@ann0see ann0see force-pushed the iOS/ChatDlgFullscreen branch 2 times, most recently from 917881b to a4450b8 Compare October 3, 2024 19:32
Fixes an overflow bug for the chat dialog on iOS.

Related to: jamulussoftware#3343
@ann0see
Copy link
Member Author

ann0see commented Oct 3, 2024

BlissOS Android seems ok too.

@ann0see
Copy link
Member Author

ann0see commented Oct 4, 2024

This doesn't seem to be enough. In general, the chat window seems very buggy on iOS with Qt6. The aspect ratio is off and tapping on close hangs he app. Not sure how to continue here.

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.

Make chat dialog show up as full screen on iOS
1 participant