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.
sencha touch のタップ イベントが妨げられる
ラベルにタップ イベントを設定する場合は、次のようにします。
label.element.on({ tap : function(e, t) { ... } });
お役に立てれば。