SimplGy / obsidian-emoji-magic

Makes it easier to add emojis using an improved keyword search
Apache License 2.0
18 stars 1 forks source link

FR: Autofocus cursor in search box (iOS) #3

Closed TinkerSquirrel closed 1 year ago

TinkerSquirrel commented 1 year ago

Nice looking plugin so far. I’m using an iPad Pro 2020 with external keyboard so this plugin looks like it will be really helpful for adding emoji with less fuss.

It would be really helpful for the cursor to autofocus in the plugin’s search box after bringing it up with a hotkey. Currently I have to tap in manually.

SimplGy commented 1 year ago

I am using the autofocus html attr to accomplish this here.

Must be something related to iOS. Confirming that it ignores autofocus... confirmed. Looks like something they make difficult on purpose, though it can probably be worked around.

SimplGy commented 1 year ago

gonna close as infeasible. if IOS wants to ignore the autofocus attribute, working around that behavior is probably not worth the time or complexity