fixed portal long tab issue
This commit is contained in:
parent
a7a25098c9
commit
855b7c22af
@ -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();
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user