You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
iOS: Disable long press menu since it is already built-in
This commit is contained in:
@ -71,7 +71,7 @@ export default class NoteBodyViewer extends Component {
|
|||||||
resources: this.props.noteResources,
|
resources: this.props.noteResources,
|
||||||
codeTheme: theme.codeThemeCss,
|
codeTheme: theme.codeThemeCss,
|
||||||
postMessageSyntax: 'window.joplinPostMessage_',
|
postMessageSyntax: 'window.joplinPostMessage_',
|
||||||
enableLongPress: shim.isReactNative(),
|
enableLongPress: shim.mobilePlatform() === 'android', // On iOS, there's already a built-on open/share menu
|
||||||
longPressDelay: 500, // TODO use system value
|
longPressDelay: 500, // TODO use system value
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user