According to browserstack these are the specs for say Samsung Galaxy S7:
Screen Size 5.1 in - 2.5 x 4.4 in
Resolution 1440 x 2560 px
Viewport 360 x 640 dp
On this device my page displays in the extra small bootstrap layout or default layout because (I think) the device reports a viewport of 360px.
But due to the high resolution I'd rather prefer it to load the tablet layout as 1440 / 1.5 -> 960
.
I was under the impression bootstrap does this by default. Is something faulty in my implementation or is this the default behavior? If it is the default: how can I change layouts for high resolution devices to render in tablet instead of extra small screen layout with bootstrap? (but of course keep the extra small layout for real small devices aka old phones)