using Preset Combobox on android.
Copy link to clipboard
Copied
hello everyone, i want to use some kind of "list box" where i can scrool down with my finger using android.
the closest thing i found to my problem is "Combobox" from presets of Animate CC
but figured out that i need to use that small scroll box on right to scroll down.
is there any other list boxes i can use? or maybe there is a way to scroll using a finger on top of the text?
Copy link to clipboard
Copied
what about Callout?
Copy link to clipboard
Copied
aint Callout is a custom mesh with a pointer? witch normally used as a "hint"?
or maybe you mean the android API's list viewer? if thats the case, how to call it?
Copy link to clipboard
Copied
<s:textinput click="show callout"/>
<s:Callout xmlns:fx="http://ns.adobe.com/mxml/2009" .........>
<s:List id="list" width="100%" height="100%" buttonMode="true">
...............
</s:List>
</s:Callout >