The code generated in Appery.io like this (in HTML):
Code: Select all
<!-- labelCAT1 --
labelCAT1
<!-- labelCAT1K --
labelCAT1K
span class="ui-icon ui-icon-arrow-r ui-icon-shadow extra"
/span and in JS:
$('#j_155 [name="mobilelistitem_11"]').die().live({
click: function() {
if (!$(this).attr('disabled')) {
cargandoInicio();
setVar('localCAT1K', 'j_166', 'text', '', this);
setVar('localCAT1L', 'j_165', 'text', '', this);
Appery.navigateTo('FutbolCAT2', {
transition: 'none',
reverse: false
});
Code: Select all
}
},
}); doesn't work on iPhone, the click event is not triggered on Safari.
To make this feature work, it is necessary to add manually onclick="" to the list element.
This code works fine on iPhone:
Code: Select all
<!-- labelCAT1 --
labelCAT1
<!-- labelCAT1K --
labelCAT1K
span class="ui-icon ui-icon-arrow-r ui-icon-shadow extra"
/span