Hi,
I have a pair of forms in a tabgroup. One form works correctly allowing a user to create an account. The second tabgroup form allows users to create a list of frequent contacts. After entering data into the form fields, when the button is clicked to save the data, the console returns
SkImageDecoder::Factory returned null
Why does this not work when the other button works fine?
This fails on both iOS and Android. Do I need to add an event listener to both even though the buttons on the first form work?