useMobileLandscape
跟蹤移動設備是否處於橫屏模式。
Usage
Live Editor
function Demo() { const isMobileLandscape = useMobileLandscape(); return <p>是否是移動端橫屏: {isMobileLandscape ? "是" : "否"}</p>; };
Result
API
useMobileLandscape
Returns
boolean: 是否是行動端橫屏
跟蹤移動設備是否處於橫屏模式。
function Demo() { const isMobileLandscape = useMobileLandscape(); return <p>是否是移動端橫屏: {isMobileLandscape ? "是" : "否"}</p>; };
boolean: 是否是行動端橫屏