Skip to content

Comments

[PWA - Android] Top bar containing application url is displayed - meeds-io/meeds#4038 - MEED-10207#74

Merged
rdenarie merged 1 commit intodevelopfrom
fix/task-10207
Feb 4, 2026
Merged

[PWA - Android] Top bar containing application url is displayed - meeds-io/meeds#4038 - MEED-10207#74
rdenarie merged 1 commit intodevelopfrom
fix/task-10207

Conversation

@rdenarie
Copy link
Member

@rdenarie rdenarie commented Feb 4, 2026

Before this fix the top is displayed because this application is not considered as Trusted Web Activity (TWA) This is due to the initial redirection on url configured in startUrl in manifest This commit add a land page for PWA app, which ensure to answer an http 200, and after that, only make the redirection on '/'

Resolves Meeds-io/meeds#4038

…ds-io/meeds#4038 - MEED-10207

Before this fix the top is displayed because this application is not considered as Trusted Web Activity (TWA)
This is due to the initial redirection on url configured in startUrl in manifest
This commit add a land page for PWA app, which ensure to answer an http 200, and after that, only make the redirection on '/'

Resolves Meeds-io/meeds#4038
@rdenarie rdenarie requested review from ahamdi, azayati and mkrout February 4, 2026 16:55
@rdenarie rdenarie enabled auto-merge (rebase) February 4, 2026 16:55
@rdenarie rdenarie merged commit f3c6530 into develop Feb 4, 2026
9 checks passed
@rdenarie rdenarie deleted the fix/task-10207 branch February 4, 2026 17:06
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.

[PWA - Android] Top bar containing application url is displayed

2 participants