Nick Lockwood
ef5cec4f08
Text highlighting on iOS
...
Summary:
This diff implements highlighting of tapped text subranges for the iOS `<Text>` component, styled to match how iOS webkit views highlight links (translucent grey overlay with rounded corners).
Highlighting is enabled by default for any `<Text>` component which has an onPress handler. To disable the highlight, add `suppressHighlighting={true}` to the component props.
2015-07-24 08:41:58 -08:00
..
2015-07-07 13:44:09 -08:00
2015-07-20 16:44:36 -08:00
2015-07-14 16:44:35 -08:00
2015-07-24 08:41:58 -08:00
2015-07-23 19:12:42 -08:00
2015-07-21 05:32:49 -08:00
2015-06-11 11:06:36 -08:00
2015-06-30 18:57:26 -08:00
2015-04-27 14:56:21 -08:00
2015-06-30 18:57:26 -08:00
2015-05-13 13:24:36 -07:00
2015-05-22 13:09:56 -08:00
2015-07-21 05:32:48 -08:00
2015-04-07 18:26:09 -07:00
2015-05-28 09:16:44 -08:00
2015-07-21 05:32:48 -08:00
2015-06-01 15:57:32 -08:00
2015-07-23 18:07:59 -08:00
2015-06-22 09:48:15 -08:00
2015-05-14 09:39:52 -08:00
2015-06-09 17:03:29 -08:00
2015-03-27 22:09:11 -08:00
2015-07-17 07:43:16 -08:00
2015-06-11 17:43:06 -08:00
2015-05-07 12:27:44 -08:00
2015-07-07 16:39:35 -08:00
2015-03-31 22:48:18 -07:00
2015-07-16 06:02:15 -08:00
2015-07-20 16:44:36 -08:00
2015-06-30 18:57:26 -08:00
2015-06-26 07:17:54 -08:00
2015-05-07 08:03:21 -08:00
2015-06-02 05:41:16 -08:00
2015-06-09 17:31:35 -08:00
2015-06-22 09:48:15 -08:00
2015-05-13 13:24:36 -07:00
2015-06-22 09:48:15 -08:00
2015-04-01 18:37:03 -07:00
2015-04-13 04:34:23 -08:00
2015-06-22 09:48:15 -08:00
2015-07-08 12:52:04 -08:00
2015-03-27 22:09:11 -08:00
2015-07-23 16:22:56 -08:00
2015-03-31 22:48:18 -07:00
2015-07-23 19:12:42 -08:00
2015-07-24 08:41:58 -08:00
2015-07-22 14:21:16 -08:00
2015-03-27 22:09:11 -08:00
2015-07-10 04:12:28 -08:00
2015-07-15 08:08:29 -08:00
2015-06-30 18:57:26 -08:00
2015-07-23 06:58:18 -08:00
2015-05-28 09:31:57 -08:00
2015-07-23 06:58:18 -08:00
2015-07-16 06:02:15 -08:00
2015-07-23 06:58:18 -08:00
2015-07-03 02:24:56 -08:00
2015-07-03 02:24:56 -08:00
2015-03-27 22:09:11 -08:00
2015-07-02 19:50:47 -08:00
2015-07-20 16:44:36 -08:00
2015-07-20 22:48:55 -08:00