I have this code running fine in browser, but when I tried to run on the mobile browser, it didn't work. Any good suggestion?
var oTextArea = this.getView().byId("selectConditionAS");
oTextArea.attachBrowserEvent("keyup", debounce(function() {
var searchkey = oTextArea.getValue();
console.log(searchkey);
}