Mobile Devices do not have a mouse and there is no equivalent mechanism to allow a right-click context menu to be displayed in the mobile browser. The functions available on the standard right-click context menu is not available on a mobile browser, as described below:
Select Form – In most cases, the mobile user does not need to select specific forms from the application. Navigation between forms must be handled through application logic.
View Messages/Errors – Any message sent by the AB Suite Runtime is displayed in the drop-down list at the top of the form.
Change Language – This is typically an administrative function that is not applicable from a mobile device context. Language transitions should be handled by application logic.
Show Console – This is also an administrative function that the mobile user does not need to access.
Print Form – Mobile devices cannot have a printer attached, so this function is not required.
Transmit Form – Sending the data for a form must be achieved by pressing a button instead of using the Transmit Form function. This means, that all forms designed for a mobile device must have at least one button on the form to interact with the application.
Close Session – The closing of a session should be controlled by application logic. The mobile forms should present a button that allows the user to initiate a BYE to the application.