It would be great if the feature popups could be collapsed by default on small screens. I'm making a parcel viewer app and I have it set to select a parcel and zoom to it via the search bar. Right now when it does that on the small screen devices the pop up is not collapsed and ends up taking up around 70% of the screen. You can't even really see the parcel that has been selected. When the popup is collapsed you can see the map and the parcel that was selected. It would be a cleaner look for my end users.
As a workaround, you may be able to use the Feature Info widget.
Compare how the default web map popup opens on mobile vs the popup from the Feature Info widget in the Controller:
Feature Info (will always be the same size):
Default web map popup (will vary based on popup content)
I'd second this request for a way to simply default pop-ups to collapsed. Is it possible if we don't condition it by screen size? I can use expressions in the title of the pop-up to display the pertinent info in a compact way, which is preferred.
from the docs for ArcGIS Maps SDK for JavaScript, there appears to be a boolean that would have this effect, but I am unclear how to implement it:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.