I have a manual sorting for states in multistate box. Eg. state p, state c, state d ,state g. Something like that.
The problem is that the states are sorted in alphabetically ascending in mobile editor. Eg. state c, state d, state g and state p.
Normally,when we open the link the first one is shown up which is state p in web. In mobile, state c is shown up first since it becomes the first one by automactic sorting.
I can’t change the state order in mobile editor.
I try to change from state c to state p with the code. Since the mobile loading speed is slow, the state c is still shown up first for at least 10s before state p shows up.
Folks, please suggest me if there’s a way around to solve this case. Also, let me know if it’s a known bug or something like that.