Mobile View for Scheduler 3.0

Greetings,
I’ve upgraded to scheduler 3.0 and I’m playing around with the new mobile view. I’m using the recurring event extension and it doesn’t look like the mobile view can parse it correctly. It takes a long time for the data load to occur (several minutes) and the end date is wrong. I’d like to take a look at the load code and figure out what I can do to fix it, but the file dhtmlxscheduler_mobile.js is all smashed up (for size purposes I assume) and the file mobile.js in sources doesn’t seem to match (no load function, for example). What is the best way to approach this in general? Should I just beautify the smashed up file to look at the source, or is there a better approach?

Thanks,
–Jason

Mobile view consists from two parst

a) dhtmlx touch library
b) sources/mobile.js

So all actual data loading is done by touch library. If necessary you can assign your custom code to one of the sub-components ( mobile view built on base of basic touch components - views, lists, etc. )

Also, we have recurring events for mobile scheduler in our short-time plans. Not quite sure about editing capabilities, but ability to see recurring event sits at the top of next-features list.

Thanks!

–Jason