• MobileControlsOffline.nsf problem that might help someone.

    By Aden Roper 1 decade ago

    This may help anyone struggling with an issue I experienced using the MobileControlsOffline.nsf database.

    After importing my custom Dojo files as mentioned in the help, and viewing it in Safari it appeared that there was no styling or formatting and the db itself did not work and return any documents.

    I found that the Dojo Parser was not firing.

    In the "script" block at the bottom of the "m" XPage in the database I slotted in the following:

    dojo.parser.parse();

    This fired the Parser and the database then started working. Hopefully it may help someone.