playcanvas / playcanvas/editor
Use 100dvh instead of 100% height for the body in the launch and publish HTML boilerplate
Open
Nobody has claimed this yet.
area: launch tab
area: publishing
enhancement
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 215
- Avg merge
- 1d 29m
- Merged PRs (30d)
- 30
Description
Since iOS 15.4, 100dvh can be used to resize an element to fit in the visible space regardless of whether the address bar is minimised or not
https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the launch and publish HTML boilerplates and inspect how the body height is currently set. Update both boilerplates to use the requested viewport sizing, then verify that the body fills the visible space with the mobile browser UI expanded or minimized.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100