After digging around I am not sure if this is possible outside of conditionally overriding a lot of CSS classes. Is there anything I am missing? I would have loved if viewport worked on desktop browsers, because it is trivial to show a desktop view on mobile devices using it. But I can't seem to find any way to set or fake the values that Bootstrap is reading to know when to break into mobile view. Is there any way to "trick" Bootstrap into thinking the dimensions are still desktop sized? I have tried setting widths on .container and the html tag, and this does introduce horizontal scroll bars but because the site was originally built responsively from the ground up, everything inside the pages is still flipping to the mobile view. The mobile view still has to be maintained for actual mobile devices.
This situation is also not likely ideal but it is a client request I am trying to honor. Any strategies at all would be most appreciative. Thank you!