Ajax events to reload depended Selects on mobile version of forms

I have a form with a couple of ?Selects?. Select2 depends on a value selected in Select1. Select3 depends on a value selected in Select2.

This is established by using ?Use AJAX to reload other fields of type Select, Double select, Radio and Checkbox?.

It is working fine in the normal view of the form, but as soon as I use the mobile version of the form it does not work.

Do I need to do anything else/different to enable these Ajax events on mobile forms?