javascript - Redactor - Fixed toolbar not working on mobile -


according redactor docs regarding fixed toolbar settings, can pass toolbarfixed flag true, , toolbar should stay @ top of viewport user scrolls down, isn't working on mobile.

my suspicion why doesn't work on mobile is: source code listening scroll event, when on mobile drag event. has encountered this? if work around?

currently running version 10.1.3

suspect line:

$(this.opts.toolbarfixedtarget).on('scroll.redactor.' + this.uuid, $.proxy(this.toolbar.observescroll, this)); 

this issue product , should fixed on end. however, if happen take long fix issue can write own script positioning toolbar not hard given toolbar exists in same context rest of page no iframes involved.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -