nehakadam / AnyPicker

jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
https://nehakadam.github.io/AnyPicker/
MIT License
116 stars 37 forks source link

TimePicker can't work on phonegap #40

Closed mchltc closed 4 years ago

mchltc commented 5 years ago

Hi! TimePicker can work via browser, but can NOT work on phonegap nor apk builded by "Adobe PhoneGap Build".

mchltc commented 4 years ago

I use Anypicker via CDN. After I change //cdn.jsdelivr.net/npm/anypicker@latest/dist/anypicker.min.js to https://cdn.jsdelivr.net/npm/anypicker@latest/dist/anypicker.min.js it works on phonegap now.