We have found in the mobile ArcGIS Online apps we are building this can cause the app to crash.
Thanks
--Rory
Hi Rory, There is a known-limit when working with pop-up windows in mobile applications created with version 3.1. If doing so, please note that you will need to either:
1 - add both mx.swc and sparkskins.swc to your project, or 2 - update the PopUpRendererSkin class and remove references to the RelationshipInspector component.
Not sure about mobile, but the simplest way in flexviewer is to set that tag in the popupconfig.xml file and can be set differently for each sub layer.
We have found in the mobile ArcGIS Online apps we are building this can cause the app to crash.
Thanks
--Rory
Hi Rory, There is a known-limit when working with pop-up windows in mobile applications created with version 3.1. If doing so, please note that you will need to either:
1 - add both mx.swc and sparkskins.swc to your project, or 2 - update the PopUpRendererSkin class and remove references to the RelationshipInspector component.