Optimized layers for mobile devices

If you use the Dojo Diagrammer layers, use the special layers optimized for mobile devices:
  • ibm_ilog/diagram/ibm_diagram_base_mobile.js: contains the base Dojo Diagrammer features, without the code of the features listed in Loading size optimization (key interactions, adorners, move and marquee interactions, focus, i18n).
  • ibm_ilog/graphlayout/ibm_graphlayout_base_mobile.js: contains the base graph layout classes, without calls to dojo.i18n.
If you use only server-side graph layout, use the layer file in the ibm_ilog/graphlayout_ssgl directory (see Using reduced graph layout code for server-side graph layout).