LoginSignup
1
1

More than 5 years have passed since last update.

ionicの覚え書き

Last updated at Posted at 2015-07-09

ionicの覚え書き

リスト表示

-> <ion-list><ion-item></ion-item></ion-list>
でリスト表示できる

エッジのスクロールの禁止

要素が画面内に収まっているときにスクロール禁止する方法

-> has-bouncing="false"をタグに挿入する

ionic.cortrib.froseted Glass

メッセージがきたときに自動的に画面をスクロールしてくれるフレームワーク

https://github.com/driftyco/ionic-contrib-frosted-glass
からダウンロードできる。

そしたらionic.cortrib.frostedGlass.cssとionic.cortrib.frostedGlass.jsをwww/css/www/jsにおく。

alt

index.htmlに読み込むタグを記入

index.html
<link href="css/ionic.contrib.frostedGlass.css" rel="stylesheet">
<script src="js/ionic.contrib.frostedGlass.js"></script>

後は下記のように記述すればおっけ

alt

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1