-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile Popup #455
Comments
@gregoryaroberts1 Are you using your own modified reverseGeocodeTemplate or are you using the default one? If it is modified, can you please post it here in a comment. |
I initially discovered this while developing a customized version of the Geocoder widget but I tested the demo site with a mobile device and am experiencing the same issue. |
@gregoryaroberts1 yep. I have also verified this behavior with the default reverseGeocodeTemplate in the demo site. Looks like a bug to me. I've assigned it to myself for investigation and any fix to be included in the next cmv release. |
Great! Thanks for looking into this. |
I only manage to show something in mobile running reverse geocoder when I do if (has('phone')) {
this.map.infoWindow.setFeatures([graphic]);
} in the end of Geocoder's |
@carrbrpoa Thanks for posting your findings. I haven't looked at the code but might that work without the IF statement for all browsers? |
Great to know!. That two step process is the default way the ESRI mobile popup works. |
Capturing a few items related to this for further discussion:
notifying @DavidSpriggs for opportunity to comment. |
Fixes mobile popup for reverse geocoding identified in issue #455
Hello, I am experiencing an issue when testing the CMV with a mobile device. PopupMobile only seems to work with the identify template(s) in the identify.js file located in the config folder. With an identify template (like the reverseGeocodeTemplate in the Geocoder widget), the mobile popup window only displays the title and no content.
The text was updated successfully, but these errors were encountered: