Hubs-Foundation / hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
https://hubsfoundation.org
Mozilla Public License 2.0
2.13k stars 1.41k forks source link

Fix Browse button layout #6361

Closed takahirox closed 1 year ago

takahirox commented 1 year ago

Problem

Browse button in Custom Object upload dialog displays weirdly in portrait mode on iOS. It unexpectedly covers almost the entire URL area in portrait mode.

image

Solution

The issue seems to disappear by removing the "width: 100%" from the parent element style. The root issue might be in iOS, but we choose this workaround for now.