alxndrsn / enketo-collect

ODK Collect clone using Enketo as the forms engine
3 stars 3 forks source link

Widgets demo form won't load #3

Open MartijnR opened 8 years ago

MartijnR commented 8 years ago

See form with ID widgets in Ona's enketo account. This form contains media as well. (live here: https://enke.to/::widgets).

When loading in Enketo Collect the loader animation is shown. It seems to crash (during transformation?), because the form never appears.

alxndrsn commented 8 years ago

More likely a problem fetching or storing the media files; if you have Chrome Developer Tools you may find a useful error message in the console.

MartijnR commented 8 years ago

Ah cool that works for hybrid apps too!

screen shot 2016-03-29 at 3 19 29 pm

Looks like the same issue in Enketo Express after upgrading to jquery 2.2.0 https://github.com/kobotoolbox/enketo-express/issues/388

alxndrsn commented 8 years ago

Updated jQuery from 2.2.0 to 2.2.2. If this doesn't fix it, will revert to 2.1.x.

alxndrsn commented 8 years ago

Currently seeing:

screen shot 2016-03-31 at 00 12 17
alxndrsn commented 8 years ago

Downgrading to jquery 2.1.4 does not seem to solve this.

MartijnR commented 8 years ago

Hmm. Odd. It does look very similar to the Enketo Express issue (with a bunch of jquery plugins: timepicker, slider).