Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
Is there way to access iOS sensors via html or any IN5 output option?

Things like using accelerometer to trigger navigation events, or simple interactions/animations. OR using the GPS sensor to display region-specific content? (ie. West, Central, East, Canada)

I know this is more on the app-dev side, but curious how far I can push IN5 features. (This is an area of development I would outsource dev to a pro.)

REF:

https://developer.apple.com/documentation/coremotion/getting_raw_accelerometer_events

https://developer.apple.com/documentation/corespotlight/cssearchableitemattributeset/1620583-gpsmapdatum
in how_to by (320 points)
  

1 Answer

0 votes
 
Best answer

You would definitely need a developer.

The references you included are for iOS development, you want JavaScript references, like this one:
https://developer.mozilla.org/en-US/docs/Web/API/Accelerometer

You can access most features that (accelerometer, GPS, etc).

by (197k points)