appmonkey8010

Results 3 comments of appmonkey8010

Meanwhile you could add pod 'IHProgressHUD', :git => 'https://github.com/Swiftify-Corp/IHProgressHUD.git' to your podfile

I have done a workaround to fix this problem. Just update the form on value change: @Override public void onValueChanged(RowDescriptor rowDescriptor, Value oldValue, Value newValue) { row.setValue(newValue); mFormManager.updateRows(); }

I found a fix. I removed `listView.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);` `in FormManager.java`