How do we create a drop down menu in android which is not focusable when we select an item from drop down list?
Previously I created a drop-down menu which is combo box. Everytime I selected an item from drop down list, the drop down menu is focusable. It shouldn't. Which is fixed by changing it to Option menu. I got an advice from this thread Combo box not focusable
Now, the problem is, Option menu doesn't work in android. It works perfectly on IOS only.
Note: I am developing using Livecode.