forked from prscX/react-native-file-selector
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Feature Request
显示/隐藏文件选择器关闭按钮closeMenu,未实现HarmonyOS化
Why it is needed
需要隐藏鸿蒙文件选择器(DocumentViewPicker)右上方关闭选择器的按键,使用场景不明
Possible implementation
closeMenu目前iOS通过设置UIViewController.navigationItem.rightBarButtonItem支持closeMenu,Android通过Menu.findItem(R.id.action_close).setVisible支持closeMenu,HarmonyOS NEXT框架里使用@ohos.file.picker模块下DocumentViewPicker暂不支持隐藏关闭文件选择器的按键,默认打开
故:目前接口暂不支持,后期面向全面开放后,可进行适配支持
Code sample
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels