Skip to content

Commit b121f94

Browse files
committed
Add handler for availability check of ionic-native
1 parent 27bab05 commit b121f94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

www/IndexAppContent.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ IndexAppContent.prototype.setIndexingInterval = function (iMinutes, onSuccess, o
5858
exec(onSuccess, onError, "IndexAppContent", "setIndexingInterval", [iMinutes]);
5959
};
6060

61+
IndexAppContent.prototype.onItemPressed = function(payload) {
62+
console.error("No handler assinged");
63+
};
64+
6165
if (!window.plugins) {
6266
window.plugins = {};
6367
}

0 commit comments

Comments
 (0)