AIMS 2012 has introduced the mobileviewer (or iviewer) for mobile devices. In aims2012, it is provided in the technical preview version and needs to be installed separately. since aims2013, this component has been integrated into webextension without being installed separately. if you do not know mobileviewer, refer to another article of junqilian.Article: Autodesk infrastructure map server 2012-iviewer for iPad, iPhone, andriod.
The mobile viewer of aims2013 provides common basic functions, but it may not meet your needs. You may need to expand its functions, add your own custom buttons to implement specific functions. Junqilian gave a lecture on this topic at AEC devcamp in Boston in June this year. If you are interested, you can download the aecdevcamp ppt and related sample code. The course number for this topic is 3 Infrastructure-> 3.6 creating a custom control for mobile viewer.
The following is an exampleCodeOf:
Add Custom button
The simplest Hello word: displays the coordinates of the map clicked by the finger.
Displays the details of the current map.
Call the server business logic implemented by Asp.net to display the details of the selected elements.