popline icon indicating copy to clipboard operation
popline copied to clipboard

Android Editing

Open adamseoul opened this issue 11 years ago • 3 comments

Hello, could I set a button on the page somewhere that will pop the editor up? Is there a jQuery command I could use to show the toolbar? I would like to be able to make this usable on Android but the toolbar does not show when Android takes over the selection.

Thanks, this is perfect, every other editor is so crazy bloated.

adamseoul avatar Sep 24 '13 19:09 adamseoul

Hi, @adamseoul

I didn't implement with touch event. So popline didn't support mobile device now.

You can call $.popline.current.show({left: left, top: top}); to pop the editor up with the position.

kenshin54 avatar Sep 25 '13 02:09 kenshin54

Hey @kenshin54,

I support this issue as editing is crucial in tablets.

As i understood "fixed" means to let popline bar on top of editor all time. I tried to call $.popline.current.show({left: left, top: top}); but seems not working or maybe i dont see any docs for callback options.

b3ckstage avatar Dec 23 '13 09:12 b3ckstage

Hi sorry I dont quite remember what I did as in the end as I went with another way of doing the editing in the end but something very similar to $.popline.current.show({left: left, top: top}); will work, maybe $.popline.current.show({0, 0}); something like that, if I come across it I will let you know

adamseoul avatar Dec 23 '13 12:12 adamseoul