Slide 8
Slide 8 text
Building web & mobile
apps
Isomorphic packages
Native APIs can be accessed (GPS, camera, ...)
Meteor wraps them in isomorphic packages (Camera,
Geolocation, ...)
Running the following code will work both on the web and on
mobile devices:
On the web it will use the
On mobile devices it will use the native GPS using Cordova
G
e
o
l
o
c
a
t
i
o
n
.
c
u
r
r
e
n
t
L
o
c
a
t
i
o
n
(
)
HTML 5 Geolocation API