Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@chenp1204 * `@scena/guides` 0.18.1 * `vue-guides` 0.18.1 * `@scena/react-guides` 0.18.1 * `ngx-guides` 0.18.1 * `svelte-guides` 0.18.1 guides' new version is released. Check it again.
@GiuDib-Git Well sorry. I can't provide this in guides. How about using css instead? start number 3 ```css .scena-guide:nth-child(3) { } .scena-guide:nth-child(4) { } ...5 ```
@owen0946 oh, it's good idea.
@owen0946 add `displayDragProps` props. Update `guides` component.
@tianyu3999576 It seems you need to change the height of the guide.
@sangheon-kim 아마도 Client Hints랑 관련된 이슈로 생각이 듭니다. 괜찮으시다면 비동기로 가져오는 방법으로 해보실래요? ```js import { getAccurateAgent } from "@egjs/agent"; // Use Promise getAccurateAgent().then(agent => { // Check OS, OS...
@sangheon-kim 네. 동기가 맞습니다. 최신 브라우저에서 isHints가 true가 되는 경우라면 동기로 가져오는 방식에서 부정확한 정보를 얻어올 수 있습니다.
@sangheon-kim https://naver.github.io/egjs-agent/ 데모에서 Your User Agent를 선택 후 이 부분이 어떻게 뜨는지 알 수 있을까요? 
@sangheon-kim 죄송하지만 하나 더 부탁드리고 싶은데요. https://codepen.io/daybrush/pen/LYWrNod 여기서는 어떻게 나타나는지 알 수 있을까요?
크롬과 카카오인앱브라우저에서 codepen 내용 알 수 있을까요?