ionic의 기억
ionic의 기억
목록 표시
-> <ion-list><ion-item></ion-item></ion-list>
에서 목록 표시 가능
가장자리 스크롤 금지
요소가 화면에 들어갈 때 스크롤 금지하는 방법
-> has-bouncing="false"를 태그에 삽입
ionic.cortrib.frosted Glass
메시지가 올 때 화면을 자동으로 스크롤하는 프레임 워크
htps : // 기주 b. 코 m / 드 fty 코 / 이오니 c
에서 다운로드할 수 있다.
그런 다음 ionic.cortrib.frostedGlass.css와 ionic.cortrib.frostedGlass.js를 www/css/
및 www/js
에 넣습니다.
index.html에 로드할 태그 작성
index.html<link href="css/ionic.contrib.frostedGlass.css" rel="stylesheet">
<script src="js/ionic.contrib.frostedGlass.js"></script>
후에는 아래와 같이 기술하면
Reference
이 문제에 관하여(ionic의 기억), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/masakyx/items/91920a1271f0515ebc19
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<link href="css/ionic.contrib.frostedGlass.css" rel="stylesheet">
<script src="js/ionic.contrib.frostedGlass.js"></script>
Reference
이 문제에 관하여(ionic의 기억), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/masakyx/items/91920a1271f0515ebc19텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)