Here are several of my suggestions

Here are several of my suggestions:

  1. Can Anki Mobile provide an option to disable iOS’s context menu?
    I’ve tried countless methods but can’t turn off the system context menu because I want to use a custom menu instead.

  2. Can a single-side template option be added?
    Often, I only need the card to be fully displayed once. For example, if I create a video player card, I don’t need a back side.

  3. For the “Swipes” option, can it be configured by region just like “Tap”?
    Swipes conflict with Range controls – sliding within the Range might accidentally trigger “Swipes”.

  4. Can the Bottom Button be simplified to a flat design similar to Anki for Windows?
    The current colorful buttons are sometimes too eye-catching.

  5. Why does the iPhone’s top system time and battery status bar often disappear mysteriously?
    It only restores when I rotate the screen, and I’m not sure why this happens.

  6. Please add a handwriting field function – this is extremely important!

Thank you!!!

1 Like

Here is my video player deck:

  1. By this do you mean the Edit Menu or something else?
  1. This wouldn’t be an AnkiMobile-specific feature. But you can already do this by not putting anything except for {{FrontSide}} on the back template of your card type.
  1. I’m not sure that’s technically possible. See: Handling swipe gestures | Apple Developer Documentation .
  1. Are you just asking for a colorless theme? Or do you mean something else by “flat design”?
  1. Is it mysterious? On my iPhone, the app consistently shifts to full-screen mode when I rotate to landscape (when vertical screen-space is limited). Rotating back to portrait shows the status bar again. If you’re seeing a different or inconsistent behavior – what device and iOS version are you using?
  1. You should have the “Pen” feature in the note editor, which would allow you to add something to a field in your own handwriting. See: Adding & Editing - AnkiMobile Manual [which says it’s “only available on iPads” but it works fine for me on an iPhone as well]. If you’re looking for something else, can you explain what you mean?
1 Like

Re: disabling text selection

It’s possible to do that from your templates.

.card {
user-select: none;
}

paste this in your styling and you’re done.

  1. It looks like you hid your top bar, so you just need to unhide it.
    :gear: Preferences > Review > Top Bar > Show Top Bar.
  1. Disable your left/right swipes.
    :gear: Preferences > Review > Swipes.
  1. At the end of the day, Anki is a flashcard program. You can use it for other purposes if you want – but cards having a front and back, and answers being graded are foundational aspects of the program. I think this is a case where you need to adapt your use to the program, not the other way around. As far as hiding the Bottom Bar – when you’re in Preferences fixing those other things, you’ll see the settings for that as well.