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
Sergio Ruiz Barrios 5Sergio Ruiz Barrios 5 

Visualforce in hybrid app using SDK

Hi,
I am building an Hybrid app, using Salesforce mobile SDK 4.0

When starting the app, I land in the "standard" CommunityLogin page of my community.
Is there a way to change the branding of the login page ( Salesforce Tabs + Visualforce Template)
where the user is required to insert username and password.

I want to use a different Login Page but when I log in it redirects to the community home page. I want to create a new visualforce login page and when a user logs in it has to redirect to the application.
 
What i have to modify in my new visualforce page?

Thanks.