Skip to content

Commit

Permalink
ダブルタップすると、小窓が画面下いっぱいに表示されるようにした。
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0vv committed Feb 13, 2021
1 parent c55d1ef commit 3d56712
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 81 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Mouse Dictionary for Android Tablet
Mouse DcitionaryをAndroid Tabletで使う試みの記録。
↓本家のREADME

----

[![Build Status](https://travis-ci.org/wtetsu/mouse-dictionary.svg?branch=master)](https://travis-ci.org/wtetsu/mouse-dictionary)
[![Code Climate](https://codeclimate.com/github/wtetsu/mouse-dictionary/badges/gpa.svg)](https://codeclimate.com/github/wtetsu/mouse-dictionary)
[![codecov](https://codecov.io/gh/wtetsu/mouse-dictionary/branch/master/graph/badge.svg)](https://codecov.io/gh/wtetsu/mouse-dictionary)
Expand Down
159 changes: 80 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"milligram": "^1.4.1",
"prettier": "^2.1.1",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}
Loading

1 comment on commit 3d56712

@sn0vv
Copy link
Owner Author

@sn0vv sn0vv commented on 3d56712 Feb 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ダブルタップすると、小窓が画面下いっぱいに表示されるようにした。
以下は、Chrome DevToolsでタブレットを操作した動画。
mouseDictionary4Android

ダブルタップのコードは
https://lab.syncer.jp/Web/JavaScript/Snippet/13/
を利用させていただいた。

Please sign in to comment.