function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
asapjimasapjim 

apex commandButton not working on IPhone

Hi, I have a VisualForce page that includes an apex commandbutton.  The button works fine in browsers and even in Safari on the iPhone.  But, in the SalesForce iPhone app no luck.  I click the buttion and nothing happens.  Here's the markup for the button.  Am I missing something?

 

<apex:commandButton action="{!AddItem}" reRender="lstItems, txtItem"  value="Add Item" />

 

Thanks!