Hi, was thinking of moving up the search list to the top of the screen when the search list is clicked on. Or is there an extension or function which allows the pop-up of a keyboard to trigger certain event?
Reason to do so is to prevent overlapping of keyboard on the search list when the keyboard pops up. I could move the whole listview higher to begin with, but that will not be ideal as i would still like to have some info at the top of the screen.
Manage to get it to work with the custom filter bar as it allows the GotFocus event trigger. As to lose focus and return the screen back to its original setting, I utilised the backpress event trigger to bring focus to a hidden dummy textbox, causing the custom filter bar search textbox to lose focus.