About location base on APP

Can you create a location-based iPhone APP in HYPE?
Nowhere I could see the look for the previous example.

You can handle this within xcode (if building your app with this) but not really within Hype. (Not Hype’s fault) Geo Location only works in Firefox using Javascript. Safari and Chrome don’t seem to like it. Plus users must agree for their location to be shared.

Here is some info on Location and maps for xcode:
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html

Here is more on HTML5 Geolocation:
http://www.w3schools.com/html/html5_geolocation.asp

1 Like