0

I'm currently trying to test Apple force touch events through Safari / Javascript using the iOS 9 simulator.

Normal click events aren't getting registered as force touch events and after reading the general all I could find is that you need a force touch capable device.

Are we really expected to go out and buy new hardware to develop force touch capable devices or am I missing something?

Xopa
  • 131
  • 1
  • 13

1 Answers1

1

Here at the bottom of the page it says

With Xcode 7.0 you must develop on a device that supports 3D Touch. Simulator in Xcode 7.0 does not support 3D Touch.

Unfortunately it looks like you'll need an actual device that supports 3D Touch in order to develop for it.

Sman25
  • 1,605
  • 13
  • 17