How to easily embed a Store Locator in an Apple iOS app using Swift?

To get the SLW to fit properly within the iPhone I had to modify the meta tag in the html, thanks @gael

<meta
      name="viewport"
      content="width=device-width, 
      initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
1 Like