thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.93k stars 200 forks source link

iPad OS 17: Right click brings up OS contextual menu instead over the app contextual menu #921

Open thekeith opened 1 year ago

thekeith commented 1 year ago

IMG_0004

Details:

bummoblizard commented 1 year ago

It is a Safari bug. See https://github.com/microsoft/vscode/issues/170345

thekeith commented 1 year ago

@bummoblizard could a keyboard shortcut to bring up the menu be added? That would be a decent workaround for the moment.

bummoblizard commented 1 year ago

@bummoblizard could a keyboard shortcut to bring up the menu be added? That would be a decent workaround for the moment.

You can already do this in the Custom keyboard shortcuts section in the settings menu. For example, I set Command-D as the shortcut for Show Editor Context Menu.

thekeith commented 1 year ago

Thanks for the tip. I ended up setting Cmd-R for myself. This will help for now.

I can verify that the latest iPadOS builds haven’t resolved the issue with WebKit. I also provided feedback to Apple and am going to raise this in the WebKit issues to see if anyone has insights.

thekeith commented 1 year ago

Issue raised at WebKit Bugzilla

There may have been a fix for some in iPadOS Beta 8, but so far it hasn’t worked for me. WebKit team is aware of the issue and working on resolving.