Question
1
Replies
21
Views
Posted: November 26, 2020
Last activity: December 1, 2020
How to customize pega mobile welcome screen
Please provide the guidance how to customize welcome screen for the Pega mobile app. Main points are: 1. Change the position of the "Get Started" button 2. Change button label 3. Use custom background image
***Edited by Moderator: Pooja Gadige to add platform capability tag***
There are three things here.
First is the background color of the splash screen. This can be changed by adding Mobile-Login skin container. Only color can be changed but the background image cannot be changed from Pega Infinity Mobile Client. This is possible in old mobile client.
Second is the Position of the button cannot be changed be changed.
Third : Label of the get started can be changed by the string value of <string name="login_label">Get started</string> in the \android\values-en for android and it should be changed in \ios\en.lproj for iOS.
Regards,
Nizam