According to the Redactor docs regarding fixed toolbar settings, I can pass the toolbarFixed flag as true, and the toolbar should stay at the top of the viewport as the user scrolls down, however this isn't working on mobile.
My suspicion as to why it doesn't work on mobile is: the source code is listening for a scroll event, when on mobile it would be a drag event. Has anyone encountered this? If so what was your work around?
Currently running version 10.1.3
Suspect line:
$(this.opts.toolbarFixedTarget).on('scroll.redactor.' + this.uuid, $.proxy(this.toolbar.observeScroll, this));