※Onsen UI V2.8.3 + Angular JS V1.6.6
[onsenui]・[js]フォルダにそれぞれ必要ファイルを配置すること。
事前にLINE・Twitterのアプリをインストールすること。
※Onsen UI V2.8.3 + Angular JS V1.6.6
[onsenui]・[js]フォルダにそれぞれ必要ファイルを配置すること。
事前にLINE・Twitterのアプリをインストールすること。
Windows 10にSpybot – Search & Destory Ver.2.6をインストールしたところ、「BitDefender Threat Scanner」というタイトルのエラーメッセージが何度も表示される現象が発生した。
A problem has occured in BitDefender Threat Scanner. A file containing error information has been created at C:\WINDOWS\TEMP\BitDefender Threat Scanner.dmp. You are strongly encouraged to send the file to the developers of the application for further investigation of the error.
解決策は、以下のとおり。
Continue reading
まずapkファイルをタップする。
Continue reading
シンプル体重管理 Ver.1.4.0をリリースしました。
Playストアよりダウンロードできます。
なお、Android 4.Xの対応は終了しました。
ご了承いただきますようお願いします。
変更点は下記のとおりです。
Continue reading
2020年版はこちら。
![]() |
新品価格 |
シンプル体重管理 最新版を11月にリリースする予定です。
主な追加・変更点
Onsen UI V2の最新版に対応。
カレンダーと履歴一覧を一体化。
時刻または朝・夕の入力切り替え。
LINE・Twitterへの情報発信。
SDカードへのバックアップ。
ナンバーズサーチ Ver.1.2.1をリリースしました。
Ver.1.2.0からミニロト・ロト6・ロト7の抽せん結果を取得する機能が追加されました。
PlayストアおよびAmazon Android アプリストアよりダウンロードできます。
変更点は下記のとおりです。
Continue reading
※Onsen UI v2
ons-splitter-sideに設定したidを取得し、swipeableを取ったり付けたりして制御する。
1 2 3 4 5 6 |
var elem = document.getElementById("menu"); if (isSwipe) { elem.setAttribute("swipeable", ""); } else { elem.removeAttribute("swipeable"); } |