Product Description
/**
* 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
}

Adjustable design from 90-120 degrees

Detail Description

Full Back Contour
Not only the back, but also the neck protection, the sofa is designed to provide an elegant and comfortable experience

Exquisite Handrail Design
The perfect arc of the handrail fits the ergonomics, making it more comfortable when you put your hand on it

Retractable Footrest
Retractable footrest easy to adjust the modes to meet your requirement

Four Plastic Feet
Prop up the bottom of the recliner and separate it from the floor

More choices for you - Various Recliners
Recliner Chair(Black)
Add to Cart
Recliner Chair(Brown)
Add to Cart
Recliner Chair(Gray)
See Details
Recliner Chair(Khaki)
Add to Cart
Power Lift Recliner Chair
See Details
Customer Reviews
4.3 out of 5 stars
15,951
4.3 out of 5 stars
15,951
4.3 out of 5 stars
15,951
4.3 out of 5 stars
15,951
4.0 out of 5 stars
357
Price
$109.99$109.99
$149.99$149.99
—
$144.99$144.99
—
Material
Leather
Leather
Leather
Leather
Leather
Adjustable
✘
✘
✘
✘
✔
Suit for
Everyone
Everyone
Everyone
Everyone
Everyone
Side bag
✘
✘
✘
✘
✔
Waterproofness
Easy to wipe
Easy to wipe
Easy to wipe
Easy to wipe
Easy to wipe
Applicable Scene
Bedroom, living room,study,etc
Bedroom, living room,study,etc
Bedroom, living room,study,etc
Bedroom, living room,study,etc
Bedroom, living room,study,etc

How difficult is it to "Push down" so a person can get up?
Very easy. its not heavy to push down like a standard recliner might be and have no problem
What if you weight more (Under 300lbs) will it still hold up?
I'm 310 and my chair is still holding up. I have them in a home theater area.
How much does it weigh?
It is about 60 lbs, but easy to handle and assemble.
How difficult is it to assemble?
Takes about 5 minutes. You just have to pop the back on the seat and screw in the four feet.
Is it hard to push to recline? Buying for elderly
No. Not at all. Very easy to recline and durable also. Comfortable
Brief content visible, double tap to read full content.Full content visible, double tap to read brief content.
Videos
Page 1 of 1Start OverPage 1 of 1