問題タブ [force-touch]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
watchkit - WatchKit - Force Touch API に関する質問
Force Touch メニューに関するいくつかの質問:
Force Touch を実行してメニュー項目の 1 つを押すと、メニューが実装されている InterfaceController 全体が新しく読み込まれます。これは避けられますか?
InterfaceController に 4 つの menuItems を持つメニューを実装しました。
この menuItems の 1 つを使用して、ボタンの触覚フィードバックを有効/無効にしたいと考えています。
私のボタンメソッドは次のようなものです:
ユーザーが ForceTouchMenu で無効にした場合、TapticEngine を無効にするにはどうすればよいですか?
objective-c - Find out if Mac is Force Touch - capable
Is it possible to find out if a Mac is Force Touch capable - either via a built-in Trackpad, like the new MacBook, or a Bluetooth device like the Magic Trackpad 2?
I'd like to present preferences specific to Force Touch if the Mac is Force Touch capable, but not display (or disable) those preferences if Force Touch is not available.
In the portion after the separator, you see the options I have in mind in the pic linked here. (sorry, embedding the pic itself didn't work).
So, not showing the preferences wouldn't restrict users who don't have force touch, it would just let users who have it configure how it should work, and those settings would be useless to users who don't have it.
Is there a way to achieve this?
Thank you and kind regards, Matt
Edit: It's in Objective-C.
ios - AppStore - iPhone 6S または iPad Pro または ForceTouch デバイスのみ
アプリ ストアのアプリを特定のデバイス モデルとタイプで制限することはできますか?
注: これは App Store に関する質問であり、XCode に関する質問ではないため、申し立てられた重複リンクは関連していないようです。
watchkit - フォースタッチウォッチキットで選択行を検出
強制タッチで選択された行インデックスを検出することは可能ですか? tableView の現在の行が強調表示されている状態で強制的にタッチしました。しかし、コンテキスト メニューが表示されたときに、彼に関する情報を取得できません。TableView メソッド -didSelectRowAtIndex: このイベントでは呼び出されません。
watchkit - Apple WatchKit 2 アプリの強制タッチ検出を無効にする方法
Apple WatchKit 2 アプリを強く押すたびに、力のタッチを検出しようとするため、ビューが圧縮されます。これを無効にする方法はありますか?この追加の検出は、ビューにある他の多くのボタンを処理する精度に影響を与えています。