- Create a recommended scene
- Make the recommended Canvas changes - Scale With Screen Size 360 x 640, Match Height
- Add a simple, flat dropdown in the first quarter of the screen (top to bottom)
The dropdown will show correctly while testing in Unity but will NOT open correctly while building and running on the device. On the deveice the dropdown will not be shown in place but at a very high distance.
From what I have observed:
- if the dropdown is placed near the top, then the menu will show up at a distance below.
- if the dropdown is placed near the bottom of the screen, then the menu will show up at a distance above.
- if the dropdown is placed at the middle of the canvas, then it will work correctly.