My client's media queries are based on the standard bootstrap media
query sizes (576, 768, 992, 1200) and none of the existing emulators hit
these marks exactly. So I created new ones based on
/libs/wcm/mobile/components/emulators/ios/iphonex. I copied it and
modified its cq:emulatorConfig properties, setting the
device-pixel-ratio to 1 and the width and height to the approprtiate
values.After this I updated the emulator list in
/etc/mobile/groups/responsive/jcr:content and it works.The problem ...