Product Description
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0);
}
}
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}




-
Difference between SONA and SONA Cruise
SONA and SONA Cruise have the same design with 8 different vibration patterns, with the main difference being in the added Cruise Control, which regulates the intensity and ensures there is no power drop-off when pressure is applied.
-
Differences between all SONA models
The difference between the first- and second-gen models is the additional vibration modes, a wider range of intensity, a softer silicone finish, and a broader mouth on the SONA 2 models.
-
What is SenSonic technology?
SenSonic technology is built around the use of sonic waves to allow vibrations to penetrate deeper and stimulate the entire part of a woman’s outer pleasure spot rather than just the surface level, as most classic massagers do.
