Home > widget-integration > InstantSearchController > ensureMobileWrapperVisible

InstantSearchController.ensureMobileWrapperVisible() method

Ensure the mobile search bar wrapper is visible.

Some themes initially hide the mobile wrapper. This method removes the hide class on user interaction (input, click, focus).

**Legacy**: ensureMobileWrapperVisible() inline closure **New**: Dedicated method on controller

Signature:

protected ensureMobileWrapperVisible(): void;

Returns:

void