isModal

Determens if the current brixxbox app is started in a modal window.

Example Usages

Simple

   if(brixxApi.isModal()){
      alert("the brixxbox app is modal!");
   }

Last updated