Recent content by qduborper


  1. Q

    Resolved Context menu options gone in 20.7.23

    ok thank you for your answer. So do you know if these custom actions to the context menu support is part of the official MIUI 12 version, or is it part of the custom ROM you deliver ? It's to understand if official releases fixed this issue, unfortunately I don't see elsewhere so much...
  2. Q

    Resolved Context menu options gone in 20.7.23

    @Igor Eisberg in addition here is a screenshot on MIUI 11.0.2 phone for comparison. The custom action doesn't seem to be applied. Thanks for your help
  3. Q

    Resolved Context menu options gone in 20.7.23

    Thanks for your reply. I added a sample app here which uses the same implementation as the react native plugin for setting custom action on a textView: https://github.com/qduborper/android-text-selection-custom-action-xiaomi so see below a screenshot on huawei phone display custom action...
  4. Q

    Resolved Context menu options gone in 20.7.23

    Hello @Igor Eisberg @Ankka , I face a similar issue is on a react native application using react-native-selectable-text plugin: https://github.com/Astrocoders/react-native-selectable-text/issues/39 you can see the plugin implementation here to customise selection text menu...