Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running App in browser on iOS device, App does not format for mobile.

esreli opened this issue · comments

The app does not present a map to the user when device is in portrait orientation.

(Simulator, Safari)
screen shot 2019-01-11 at 3 18 04 pm

(Device, Chrome)
screen shot 2019-01-11 at 3 34 50 pm

This behavior is reported using:

  • iPhone XR iOS 12.0 Simulator in Safari
  • iPhone XS iOS 12.0 Safari
  • iPhone XS iOS 12.0 Chrome

Should be fixed in b4f4af9

Confirmed, this has been fixed in real devices.

  • iPhone XS iOS 12.0 Safari
  • iPhone XS iOS 12.0 Chrome

As for the simulator, the app treats the simulator browser as if it's a desktop browser and results in this kind that hides the identified feature when in landscape orientation:

screen shot 2019-01-16 at 2 31 23 pm

I will not close the issue, deferring judgement to @odoe regarding whether this should be accounted for, or not.