When creating files in Adobe Edge to add on page to Web editions, you’re bound to get display issues on iOS, and Microsoft Edge. Mostly centred around the scaling.
The patch originally written for scaling on iOS conflicts with Microsofts new browser ‘Edge’. To resolve this, take a look at the head of this .html file attached. It contains all the patches and can just be dropped into problematic files. You’ll need to add the JS libraries.
Finally, make sure scaleToFit: "width", is set, and never ‘both’ otherwise it will display differently on Microsoft Edge. Centre stage always needs to be ‘none’ otherwise it will display differently on iOS.
Follow the same pattern in this file and it’s bound to stop you getting headaches.