In external libraries, I imported the BOOTSTRAP library, to avoid rewriting each application and all the code, I created an internal library in which I import all the bootstrap files from the external library.
In a CONTROL application, I use the macro sc_include (“bootstrap.php”, “prj”);
from desktop it is correctly imported, while in the mobile version it doesn’t matter the libraries.
Somehow, the “mobile view” of the forms and controls is “stripped down” when Scriptcase presents it to the user. It’s weird, because in grids, it does preserve anything extra you print in the onScriptInit or onAppInit events (that’s how the bootstrap library is included)
I’ll be looking around to see if I find a workaround.