Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3300_mobile_apps:030_mobile_applications [2022/08/21 12:10] – ↷ Links adapted because of a move operation administrator | docs:3300_mobile_apps:030_mobile_applications [2025/06/12 03:59] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Login ====== | ====== Login ====== | ||
| - | The default //**Aware IM**// 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. | + | 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: | 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: | ||
| Line 11: | Line 11: | ||
| (for tablets use mobile_platform=Tablet) | (for tablets use mobile_platform=Tablet) | ||
| - | See more details about Aware IM login options in the “Login” section of the [[docs:1300_user_guide|Aware IM User Guide]]. | + | See more details about AwareIM |