Hi!
There might be a bug for the toggle switch.
I placed a toggle switch in a list using grids. On page show, list_service is called.
The following error is produced:
Uncaught TypeError: undefined is not a function appery.js:745
appery.js:745 problematic statement
code
if (child.children('select').attr('data-role') === 'flipswitch')
$.mobile.slider.prototype.enhanceWithin(child);
}
/code
This problem does not occur if I create a toggle switch outside of the list item.