Hi,
I have used mobile scheduler in my mobile application. Application is using jquery mobile and phonegap.
and I have used custom form in scheduler.
scheduler.config.form = [
{ view: “text”, label: scheduler.locale.labels.label_event, id: “event”, name: ‘text’ },
{ view: “text”, label: “location”, id: ‘location’, name: ‘location’ }
];
This form is not loading when i use scheduler for internal pages means I am calling scheduler page via link
Even i tried to load using multi page , data-prefetch or rel=“external” but its creating some other issue so any solution for this issue?
Thanks,
Bhumi Shah