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

Remove OS titlebar on Android #248

Open
birbilis opened this issue Jul 9, 2022 · 2 comments
Open

Remove OS titlebar on Android #248

birbilis opened this issue Jul 9, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request platform:Android Android specific issue
Milestone

Comments

@birbilis
Copy link
Contributor

birbilis commented Jul 9, 2022

Version: 0.6.0

Android version shows OS titlebar which is annoying on mobiles with not much screenspace available to waste

Can get rid of it:
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Creating_an_Android_App#Making_Your_Application_Run_in_Fullscreen_Mode

Not sure what the behaviour is in that case on ChromeOS or other OS that can run Android apps. Probably would show the app in fullscreen instead of windowed if it is configured to not show the titelbar (value of the theme key set to No TitleBar at Project > Options > Version Info in Delphi)

@birbilis birbilis added enhancement New feature or request platform:Android Android specific issue labels Jul 9, 2022
@birbilis birbilis self-assigned this Jul 9, 2022
@birbilis birbilis added this to To Do in READ-COM App via automation Jul 9, 2022
@birbilis birbilis added this to the 0.7.0 milestone Jul 9, 2022
@birbilis
Copy link
Contributor Author

birbilis commented Jul 9, 2022

note that on iOS one has to set BorderStyle = None to their forms
https://docwiki.embarcadero.com/Libraries/Alexandria/en/FMX.Forms.TCommonCustomForm.BorderStyle

@birbilis birbilis closed this as completed Jul 9, 2022
READ-COM App automation moved this from To Do to Done Jul 9, 2022
@birbilis birbilis reopened this Jul 14, 2022
READ-COM App automation moved this from Done to To Do Jul 14, 2022
@birbilis
Copy link
Contributor Author

doesn't seem to work even though using NoTitleBar theme on Android (seems it has a NoTitleBar-FullScreen variation - at least when searching with GrepWin for TitleBar in the code - that could be wrong)

@birbilis birbilis modified the milestones: 0.7.1, 0.8.0 Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform:Android Android specific issue
Projects
Development

No branches or pull requests

1 participant