... you know the one that says "Copy", "Paste", "Select All", etc?
Now this question might be out there, but do you guys have any idea how to prevent that menu from popping up?
Or better yet, how to change its location?
I've worked really hard to make this contenteditable section work on mobile, and I have a menu above the section where the user can change the formatting. But on both Android and iPhone, their Copy / Paste menu covers up MY menu!
I can drag their menu away on Android, but I'm not sure about iPhone. And I'm not sure how many "normal" people are going to think to do that. But that menu kinda defeats the whole purpose of me making it contenteditable!
I know the next question is, why don't I move MY menu? The answer is... I don't know where I could move it to. I have emojis below the element, so I'm not sure where else I could put the menu that would make sense to the user. I might could play with a pop-out for emojis or something, but that would be super confusing so I would be a lot happier if I could just do something about their menu instead.