Closed peterpeterparker closed 5 years ago
Right now, there is an issue open in Ionic regarding the positioning of the fab when horizontal="end" and RTL
fab
horizontal="end"
https://github.com/ionic-team/ionic/pull/17157 https://github.com/ionic-team/ionic/issues/17012
As a workaround the starterkit modifies end with start if set to RTL. When Ionic will be fixed, this should be removed
end
start
Right now, there is an issue open in Ionic regarding the positioning of the
fab
whenhorizontal="end"
and RTLhttps://github.com/ionic-team/ionic/pull/17157 https://github.com/ionic-team/ionic/issues/17012
As a workaround the starterkit modifies
end
withstart
if set to RTL. When Ionic will be fixed, this should be removed