diff --git a/mobile/android/chrome/content/aboutApps.js b/mobile/android/chrome/content/aboutApps.js index a1c8cbbeba5..7113fa68b51 100644 --- a/mobile/android/chrome/content/aboutApps.js +++ b/mobile/android/chrome/content/aboutApps.js @@ -58,6 +58,9 @@ function onLoad(aEvent) { navigator.mozApps.mgmt.oninstall = onInstall; navigator.mozApps.mgmt.onuninstall = onUninstall; updateList(); + + // XXX - Hack to fix bug 985867 for now + document.addEventListener("touchstart", function() { }); } function updateList() {