Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ライブビューが実行されているかどうかを知る方法はありますか (Ti.App.isLiveViewRunning など)? ライブビューを使用するときにスキップできるいくつかのバグがあります。
チェックできる正式なフラグはありませんが、これは機能します。
// Runs via LiveView if (localeStrings) { .. }