From 53255597953f6f7801c3ba3175fea84391c2060f Mon Sep 17 00:00:00 2001 From: Adam Gordon Date: Tue, 19 Jan 2016 17:05:10 -0700 Subject: [PATCH] chore(docs): add note for tooltip and popover on mobile * update popover readme indicating we will not support issues on mobile devices. * update tooltip readme indicating we will not support issues on mobile devices. Closes #5307 --- src/popover/docs/readme.md | 3 +++ src/tooltip/docs/readme.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/popover/docs/readme.md b/src/popover/docs/readme.md index ba36147c0b..32d9195278 100644 --- a/src/popover/docs/readme.md +++ b/src/popover/docs/readme.md @@ -4,6 +4,9 @@ directive supports multiple placements, optional transition animation, and more. Like the Bootstrap jQuery plugin, the popover **requires** the tooltip module. +__Note to mobile developers__: Please note that while popovers may work correctly on mobile devices (including tablets), + we have made the decision to not officially support such a use-case because it does not make sense from a UX perspective. + There are three versions of the popover: `uib-popover` and `uib-popover-template`, and `uib-tooltip-html`: * `uib-popover` - diff --git a/src/tooltip/docs/readme.md b/src/tooltip/docs/readme.md index b70d07b64f..efbd866795 100644 --- a/src/tooltip/docs/readme.md +++ b/src/tooltip/docs/readme.md @@ -1,6 +1,9 @@ A lightweight, extensible directive for fancy tooltip creation. The tooltip directive supports multiple placements, optional transition animation, and more. +__Note to mobile developers__: Please note that while tooltips may work correctly on mobile devices (including tablets), + we have made the decision to not officially support such a use-case because it does not make sense from a UX perspective. + There are three versions of the tooltip: `uib-tooltip`, `uib-tooltip-template`, and `uib-tooltip-html`: