Hide Profile Picture, Status and Last Seen Time in Android Mobile Device, Whatsapp New Feature WhatsApp New Feature for Android Mobile devices update adds option to hide Profile Picture, Status …
Mobile
- Free ToolsSocial Message
-
Top 5 Smartphone Companies in the World 2015 1. Samsung …
-
Mobile Games for Android phones Tiki Taka Soccer A few football games for Android that have tried to recreate that Sensible Soccer style, but this is the best attempt yet. Tika Taka …
- APEXMobileSALESFORCEVisual ForceVisualforce
How to redirect the visualforce page based on the mobile user or browser user in salesforce
How to redirect the visualforce page based on the mobile user or browser user in salesforce its possible to redirect the visualforce page either mobile page view or normal browser …
-
how to check the page is loaded in mobile or browser using Apex Class its achievable with the help of “User-Agent” header properties like below: String userAgent = ApexPages.currentPage().getHeaders().get(‘User-Agent’); …
-
how to check the page is loaded in mobile or browser using PHP This is possible with the help of following PHP Library http://mobiledetect.net Using that it’s very easy to …
-
How to implement my web app (https) to Salesforce1 App Mobile Its possible using the below approach: 1) Create a new visualforce page with Available for Salesforce mobile apps checked …
-
Tabbed Accounts Visualforce Page is not working in Salesforce1 App http://wiki.developerforce.com/page/Tabbed_Accounts_in_30_seconds in my Salesforce1 App users see the default layout, not the Tabbed_Accounts VF page? Solution: “Available for Salesforce Mobile …
-
Use of Available for Salesforce Mobile apps flag in Visualforce Page Use Case:- newly created the visualforce page and its support in Both Platforms (Salesforce Users and Salesforce1 Classic Users …