edina / fieldtrip-cobweb-project

A cobweb theme for fieldtrip app
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Search button not working #30

Closed rgamez closed 10 years ago

rgamez commented 10 years ago

Seeing this in the console when I click the search button

Uncaught ReferenceError: Connection is not defined utils.js:454
rgamez commented 10 years ago

An error checking the network connection was causing that the map search will fail.

Until Cordova 2.3.0, the Connection object was accessed via navigator.network.connection, after which it was changed to navigator.connection to match the W3C specification. It's still available at its original location, but is deprecated and will eventually be removed.

@panterz @murrayk @gmh04 we have to include it in current and new projects using the master branch.