fixed portal long tab issue

This commit is contained in:
Philipp Schaefer 2013-06-14 11:21:44 +02:00
parent a7a25098c9
commit 855b7c22af

View File

@ -92,10 +92,9 @@ window.runOnSmartphonesAfterBoot = function() {
$(this._container).on('taphold', function() { $(this._container).on('taphold', function() {
if (typeof android !== 'undefined' && android && android.portalLongPressed) { if (typeof android !== 'undefined' && android && android.portalLongPressed) {
android.portalLongPressed(); android.portalLongPressed();
} else { }
window.renderPortalDetails(guid); window.renderPortalDetails(guid);
window.smartphone.sideButton.click(); window.smartphone.sideButton.click();
}
}); });
}); });
}); });