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
ghostdevghostdev 

Open external url from Salesforce1 mobile app

Hi,
i have a simple Canvas included in a Visualforce page by using <apex:canvasApp> tag.
In this canvas i have a simple
  
window.open('https://www.google.it/','_blank');

My Question is: why, from Salesforce1 app iOS, nothing happens ? 
My need: open a link from the Salesforce1 iOS mobile app easily like desktop
Restrictions: can't install anything on mobile devices, can't handle events between VFpage/Canvas,
i can only touch html/js/php canvas code

Thanks all