nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
11.99k stars 1.24k forks source link

[Mobile] Mobile devices are not being detected properly in Safari #7600

Open rukmini-bose opened 6 months ago

rukmini-bose commented 6 months ago

Summary

In Safari, the device detection is not picking up when Open MCT is in an iPad mode. We see this first-hand when we switch to iPad in Safari, and instead of seeing the mobile datepicker, we are seeing the desktop version. (See https://github.com/nasa/openmct/issues/7599)

Expected vs Current Behavior

Steps to Reproduce

  1. Go to Open MCT on Safari, and change the device from a desktop to an iPad.
  2. Open the Datepicker in the time conductor (switch to fixed timespan, then click the calendar button).
  3. Observe that the Datepicker is a popup, rather than a fullscreen modal

Environment

Impact Check List

Additional Information

rukmini-bose commented 6 months ago

This issue being tracked is most likely the solution https://github.com/nasa/openmct/issues/7314