One section of my Android app, powered by JQuery Mobile, displays a table with a combobox. The issue arises when selecting the option with a very long text, causing the combobox to expand and show half of the table off-screen.
My goal is to set the combobox to a fixed initial size that adjusts dynamically based on the screen resolution. Does anyone have a solution for this problem?