I have been told in Developer Summit that there was a limitation in the Flex API that didn't support this and that is why it is not implemented. Just wondering if that is still the case.
No. There are two specific issues related to this.The ArcGIS Viewer for Flex is a standard Flex project, it would need to be re-written as a Flex Mobile Project.The ArcGIS Viewer for Flex uses Flex modules. These are not supported in Flex mobile projects. (1)(1) Flex modules are useful because each module ("widget" in Flex Viewer terminology) is only downloaded when it is needed. However, while this is good for desktop applications which starts by downloading the application (all of it, or as needed), the case for native apps is different. Native apps are already installed on the device, so downloading-as-needed doesn't make as much case. In fact, it is not even allowed/possible.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.