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.
iOSアプリをAIRモバイルデバイスシミュレーターでテストしたい。このコードをAIRで実行すると、次のようになります。
trace(Multitouch.supportsTouchEvents);
私はfalseになります(もちろんiPhone 4ではtrueになります)。AIRでタッチジェスチャを有効にする方法はありますか?
(私はFlash Builder 4.7を使用しています)