function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vijaya Sankar NatarajanVijaya Sankar Natarajan 

Lighting:HelpText popover tooltip doesn't hide in iPhone

A custom lightning component has been developed with `<lightning:helpText>`. It is performing as expected in Web Browsers and Android deviced. But in iPhone, once tooltip gains its visibility on clicking the help text, it doesn't hide. Even when the page is navigated, it stays on top at the same fixed position where it was.

Initial Location of Helptext - Gains visibility on clicking:

Initial Location of Helptext - Gains visibility on clicking

The Helptext doesn't hide even it is clicked anywhere on the screen or navigated to other page.

User-added image

Affected in all iPhones. Screenshots taken with v12.0.1 using Salesforce 1 app. 

This doesn't appear to be component issue, since I tried the same with salesforce documentation site:

User-added image

The page is navigated, still the helptext popup stays in the same position:

User-added image

Screen can be scrolled, but tooltip is fixed:

User-added image