It is like MicrosoftEdge/MSEdgeExplainers#377. Basically, if you're using the window segment API there is no way to know that the device is supporting spanning but it's not spanning currently.
That's because when the window isn't spanning getWindowSegments only return 1 (which is the same value as on a desktop/mobile). So, there is no way to invite the user to span the window to provide a better/optimized experience without using the CSS spanning MQ to do so.
@zouhir @kenchris what do you think? Should we address this or should we just say : use the MQs?
It is like MicrosoftEdge/MSEdgeExplainers#377. Basically, if you're using the window segment API there is no way to know that the device is supporting spanning but it's not spanning currently.
That's because when the window isn't spanning
getWindowSegmentsonly return 1 (which is the same value as on a desktop/mobile). So, there is no way to invite the user to span the window to provide a better/optimized experience without using the CSS spanning MQ to do so.@zouhir @kenchris what do you think? Should we address this or should we just say : use the MQs?