I am stuck in developing a mobile presentation for my publishing portal SP2010. This is an internet interface with user pages / web parts (e.g. http: //server/Pages/customPage.aspx with user web pages on it). The site has a custom homepage.
I have the following problems with the built-in functionality of a mobile phone:
Thus, there really is really no useful built-in support for mobile devices; just the ability to view lists using a mobile device.
So, I have a number of problems, and I hope for help at a high level. My thought is that I should perform the following tasks:
- Create a separate mobile homepage
- Find out how to select this homepage based on "Is the client a mobile device?"
- Find out how to prevent redirects in /_layouts/mobile/mbllists.aspx
Then I think that a mobile site will work similarly to regular sites.
Am I on the right track?
[change]
With what I saw from the links from @moontear and other studies that I have done, it seems to me that my best option is to simply disable native SharePoint support for mobile devices and just do my own conditional rendering based on Request.Browser.IsMobileDevice .
tenfour
source share