Dropdown control crashes app in ios

2158
2
07-06-2016 09:29 PM
ShaneFeirer
New Contributor III

I have modified the quick report app to gather data offline and the app worked well until just recently.  We have been testing the app on various devices and we are having an issue with the app crashing when the user interacts with dropdown controls on iOS devices.  The controls crash the app whether the control is bound to a list or the domains of the dataset.  Has anyone had this issue. Any thoughts on causes would be greatly appreciated.

0 Kudos
2 Replies
ShobanaSuresh
Esri Contributor

This could be related to [QTBUG-52568] iOS: crash when Quick Controls ComboBox is used after TextField - Qt Bug Tracker

The workaround suggested in the bug report is to use

activeFocusOnPress: true 

in the QML ComboBox.

Thanks

Shobana

0 Kudos
ShaneFeirer
New Contributor III

Your suggestion worked perfectly.

Thank you.

0 Kudos