Titanium Liveview with bugs

101 views Asked by At

Is there anyway to know if Liveview is running (like Ti.App.isLiveViewRunning)? There is some bugs with liveview that we can try to skip when using it.

1

There are 1 answers

0
Fokke Zandbergen On

There is no formal flag you can check, but this will work:

// Runs via LiveView
if (localeStrings) {
  ..
}