Views in fragment are selectable while Stepper Feedback progress is shown
See original GitHub issueGood day. Thanks for the stepper feedback feature, looks awesome. However, it doesn’t make views inside of a fragment unclickable or unselectable while feedback progess is shown. For instance I can edit my text fields while progress is shown, which is undesirable behaviour. It would be nice if the library would do that automaticaly, instead of doing that manually for each fragment or view. Thank you.
P.S.: I think it should be written in wiki that in order to have disabled effect on bottom navigation bar, button colors should be assigned using selectors like in sample app:
app:ms_backButtonColor="@color/ms_disabling_button_text_color_selector" app:ms_nextButtonColor="@color/ms_disabling_button_text_color_selector" app:ms_completeButtonColor="@color/ms_disabling_button_text_color_selector"
Because it took me quite a while to figure out why my navigation bar buttons aren’t changing their color.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
I think that click intercepting could be also done for
content_fade
or we could create e.g.disabled_content_interactions
feedback type.I’d suggest splitting
content
feedback type intocontent_dim
,content_fade
stepper feedback types then? Also, new attributesms_stepperFeedback_contentDimBackground
andms_stepperFeedback_contentFadeAlpha
could be added for further customisation?