on 2013 Aug 29 8:05 AM
Hello Experts,
We are shifting to ITS mobile from webconsole for our Motorola MC55 devices.
We are facing various alignment/scroll/font issues with ITS screens but modifying html code and CSS is helping.
My question is regarding the LOGON screen which is the first screen to appear after we call our service on device to authenticate SAP system access.
The screen size is very small and aligned only on center of the device screen.
Since this screen is not contained in ITS and seem to be a standard screen, we are not able to modify/enlarge it. It will be great help if anyone can suggest how to increase the size of this logon window for better readability.
Request clarification before answering.
Hi,
Old thread but maybe I can help someone.
My approach was to make an enhancement implementation of CL_MOBILE_SYSTEM_LOGIN class, in particular an overwrite of WRITE_CSS_STYLE method to customize CSS and use property zoom to make it larger.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, worked great. I created a new class ZCL_MOBILE_SYSTEM_LOGIN with superclass CL_MOBILE_SYSTEM_LOGIN and redefined method WRITE_CSS_STYLE. Added zoom=400% to .MobileScreen class and it looks a lot better!
User | Count |
---|---|
88 | |
10 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.