Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 3300_mobile_apps:030_mobile_applications [2022/08/24 00:14] – [Login] administrator | 3300_mobile_apps:030_mobile_applications [2026/08/13 00:55] (current) – ↷ Page moved from docs:3300_mobile_apps:030_mobile_applications to 3300_mobile_apps:030_mobile_applications localdev | ||
|---|---|---|---|
| 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 “[[2000_concepts: | + | See more details about AwareIM |