diff --git a/code/smartphone.js b/code/smartphone.js index 59acb7af..3c38940f 100644 --- a/code/smartphone.js +++ b/code/smartphone.js @@ -92,10 +92,9 @@ window.runOnSmartphonesAfterBoot = function() { $(this._container).on('taphold', function() { if (typeof android !== 'undefined' && android && android.portalLongPressed) { android.portalLongPressed(); - } else { - window.renderPortalDetails(guid); - window.smartphone.sideButton.click(); } + window.renderPortalDetails(guid); + window.smartphone.sideButton.click(); }); }); });