모든 CSS 요소의 초기값 .reset-this { animation : none; animation-delay : 0; animation-direction : normal; animation-duration : 0; animation-fill-mode : none; animation-iteration-count : 1; animation-name…
1인 개발자 스타트업 스토리
모든 CSS 요소의 초기값 .reset-this { animation : none; animation-delay : 0; animation-direction : normal; animation-duration : 0; animation-fill-mode : none; animation-iteration-count : 1; animation-name…
cordova에서 facebook이나 google은 기본 제공되는 플러그인이 있지만, 네이버나 카카오는 제공되는 플러그인이 없기 때문에 인증을 위해서는 별도로 작업을 해줘야한다. REST 방식을 사용하면 어렵지 않게 구현할 수가…