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
Jessica MockJessica Mock 

Visualforce Page via Salesforce1 not working

Hi everyone,

I have a visualforce page that we use via Salesforce1. The page captures a signature, then saves the signature as a file and attaches the file to the contact record. My page works in Desktop but not in the visualforce page. Could someone tell me why?

Thanks!
Jessica Mock
William TranWilliam Tran
Unfortunately not all VF pages and functionality work for salesforce1.  

The most apparent is that PageReference for directing to different pages does not consistently work in Salesforce1.

https://help.salesforce.com/apex/HTViewSolution?urlname=Salesforce1-Visualforce-Navigation-Methods-and-Page-Reference-Support&language=en_US

Thx