dequelabs / axe-android

WCAG Accessibility compliance library for Android Applications.
Mozilla Public License 2.0
65 stars 19 forks source link

Investigate Fab Attachment Issue in Attest #73

Closed devchan4188 closed 4 years ago

devchan4188 commented 4 years ago

After investigating the fab attachment strategy in Attest as per present implementation it is my understanding that is best to attach the fab to each view individually in onCreate or in case of Fragments onCreateView can be used (The way it is implemented).

I tried the following ways: