Skip to content
5 changes: 5 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ import pointerEventsAuto from './pointerEventsAuto';
import getPopOverVerticalOffset from './getPopOverVerticalOffset';
import overflowXHidden from './overflowXHidden';
import CONST from '../CONST';
import * as Browser from '../libs/Browser';
import cursor from './utilities/cursor';
import userSelect from './utilities/userSelect';
import textUnderline from './utilities/textUnderline';

// touchCallout is an iOS safari only property that controls the display of the callout information when you touch and hold a target
const touchCalloutNone = Browser.isMobileSafari() ? {WebkitTouchCallout: 'none'} : {};
Comment thread
dummy-1111 marked this conversation as resolved.
Comment thread
dummy-1111 marked this conversation as resolved.

const picker = {
backgroundColor: themeColors.transparent,
color: themeColors.text,
Expand Down Expand Up @@ -129,6 +133,7 @@ const webViewStyles = {
borderColor: themeColors.border,
borderRadius: variables.componentBorderRadiusNormal,
borderWidth: 1,
...touchCalloutNone,
},

p: {
Expand Down