Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3300_mobile_apps:030_mobile_applications [2022/08/21 12:10] – removed - external edit (Unknown date) 127.0.0.1docs:3300_mobile_apps:030_mobile_applications [2025/06/12 03:59] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
 +{{tag>Manuals Mobile_Applications Login Users}}
 +[<10>]
 +====== Login ======
 +
 +The default //**AwareIM**// forms to login to desktop applications (logon.html and logonAdmin.html) are not very mobile-friendly because it is displayed in the centre of the screen. You can use a more mobile-friendly incarnation of the default login form called logonM.html or logonAdminM.html or you can develop your own custom HTML form.
 +
 +You can also invoke the mobile part of your application on desktop browsers by using the special login parameter called “mobile_platform”. For example, you can activate the “mobile” visual perspective of the CRM sample application by using the following URL inside the Chrome browser on a desktop:
 +
 +[[http://localhost:8080/AwareIM/logonOp.aw?domain=CRM&userName=admin&password=password&testingMode=false&mobile_platform=Phone|http://localhost:8080/AwareIM/logonOp.aw?domain=CRM&userName=admin&password=password&testingMode=false&mobile_platform=Phone]]
 +
 +(for tablets use mobile_platform=Tablet)
 +
 +See more details about AwareIM login options in the “[[docs:2000_concepts:0900_prod_feats:0100_access_control:0200_login|Login]]” section.
 +
 +