Hi Prasad,
I was mistaken. The mobile application still uses an iframe (you can see this in the HTML source of the MAS Mobile application). Because of this, if you want to customize the style for the Technician list screen (TECHMOBILE) application, the changes I described earlier need to be applied in the TECHMOBILE application rather than in the NAVIGATOR application.
The file that needs to be added: TECHMOBILE/src/custom.css
The file that needs to be modify: TECHMOBILE/src/AppCustomizations.js (add import section)
------------------------------
Bartosz Marchewka
IBM Maximo Consultant
AFRY
------------------------------
Original Message:
Sent: Mon March 09, 2026 03:21 AM
From: Bartosz Marchewka
Subject: CSS changes in maximo mobile
Hi Pasada,
You can create your custom css file, add it to WORKSPACE (NAVIGATOR/src/custom.css) and import it using this line import './custom.css'; in the AppCustomizations java script file. Please remember that these changes needs to be done in NAVIGATOR application definition (so they will work for real mobile device in all apps).
// Custom Application Logicimport './custom.css'; class AppCustomizations { (...) } export default AppCustomizations;
------------------------------
Bartosz Marchewka
IBM Maximo Consultant
AFRY
------------------------------