I have a Gallaxy Nexus 5 running Android 4.2.2.
$('#showPopover1').on($.eventStart, function() {
var trigger = this;
$.UIPopover({
title: 'Fruits',
trigger: trigger,
content: popover1Content,
callback: function() {
popoverEventHandler('fruitsPopover');
}
});
});
I"ve also tried a number of other use cases with $.evenStart on the native browser. That said, the native browser does have a lot of nasty even bugs. Could you maybe share a snippet of your code so I can see what you are having problems with?