Native Android Date Picker Not Working in Cloud Build

0
I recently built a native mobile app for distribution, downloaded the .apk file from the QR code, and have been testing on a physical Android device. I've noticed that for a certain page a Date Picker that was working in MakeItNative and in AndroidStudio is not working for this build on the physical Android device. Other pages that have a Date Picker widget are working as expected.   For more context: the page where the Date Picker IS NOT working has a NPE as a parameter which has the DateTime attribute. The DatePicker is inside of a container with conditional visibility based on a boolean, also part of this parameter NPE. I can interact with text boxes inside this container but not the Date Picker.
asked
0 answers