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
Yogesh KumarYogesh Kumar 

Salesforce1 navigation stops working on app re-launch

Steps to reproduce problem on iPad-

1- Make your Visualforce Page top item in LHS menu, so that it become default view of app
2- Loging to Salesforce1
3- Terminate app
4- Re-launch app; you will get sforce object as undefined.

Here is code snippet from Visualforce Page to check sforce object-
  <script>
    alert( (typeof sforce) );
</script>

It alerts undefine on re-launch, when coming back to this page by clicking from LHS it alerts object.