Results 1 to 2 of 2

Thread: Can I Early Exit from Web App?

Hybrid View

  1. #1
    Lianja MVP
    Join Date
    Feb 2012
    Location
    Berea, KY, USA
    Posts
    2,186

    Can I Early Exit from Web App?

    Under certain conditions, I would like to "early exit" from a web app, either with or without a notification.


    I would know this by the time I was in the app Ready delegate.


    Is there a way to do so?

    thanks,

    Hank

  2. #2
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,183
    Blog Entries
    22
    Hi Hank,

    You can:

    Lianja.home()

    or

    Lianja.logout()

    or if your app is not running under the app center (standalone)

    if (!Lianja.isDevMode())
    {
    Lianja.openApp( "some_error_app" );
    }
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us