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
MandyKoolMandyKool 

Accessing app from browser/iPad/iPhone

Hi,

 

We are planning to develop an app in salesforce. The requirement is that; user should be able to access the app from browser, iPad and iPhone. Is it possible to develop one UI and access it from browser, iPhone and iPad. Or we have to design different UI's for iPhone, browser and iPad.

 

If anybody came across same situation feel free to put forward your suggestions/approach.

Tom GersicTom Gersic

While an iPad and an iPhone can access any website, it is a good idea to develop apps that are designed to adapt to the form factor they are being viewed on. To get started, I'd recommend reading a bit about the Salesforce Mobile SDK. And then learning a bit about Media Queries and Responsive Web Design.