このエントリはIonic で作る モバイルアプリ制作入門[Angular 版]<Web/iPhone/Android 対応> | 榊原昌彦を読みながら走り書きしたメモです。
私は Angular/TypeScript の初心者というわけでは無いので、これらに関する部分のメモは少なめです。
一方、iOS/Android 開発はずぶの素人なので、それらに関するメモが多めです。
各章メモでいくつか「疑問」を挙げていますが、ありがたいことに大部分はIonic本の著者様からご回答をいただきました。
Ionic赤本への疑問がすごく鋭かったのでまとめて返事する記事 - Qiita
ありがとうございます!
yarn global add ionic
ionic start --type angular
ionic serve
ionic serve --lab
ionic integrations enable capacitor # など
ionic config set --global npmClient yarn
ionic cap add android
疑問
ionic serve
とng serve
の違い
ng.cmd run app:serve --host=localhost --port=8100
<ion-title>hoge</ion-title>
: <title>
の値をhoge
に設定できるionic g page task-list
: ng g c
に加えて、遅延読み込みのモジュール生成と、ルーティングの生成を追加でやってくれるionViewWillEnter()
: ページが表示されるアニメーションが始まるときionViewDidEnter()
: ページが表示されるアニメーションが終了したときionViewWillLeave()
: ページから離脱・遷移するアニメーションが始まるときionViewDidLeave()
: ページから離脱するアニメーションが終了したとき疑問
ngOnInit
等もinterfaceは必要ないけど、あった方がコードの見通しが良い<ion-skeleton-text>
: 最近のwebでよく見る本文ロード中はプレースホルダーが表示されるやつthis.platform.is('hybrid')
: コンポーネント等のロジックで、iOS/Android上で動作している場合true
interface IPost {}
--background
等の変数を持っている。各コンポーネントはShadowDOMでカプセル化されているため、CSSのスタイリングはこの変数を通して行う。
疑問
cordova-res
でmanifestやsplash用の画像パターンを生成できるapp/src/main/AndroidManifest.xml
で、クリアテキストのパーミッションを許可しないと、AndroidシミュレータでLiveReloadできない
android:usesCleartextTraffic="true"
ionic capacitor run android -l --address=0.0.0.0
: LiveReloadPlugin.LocalNotifications
でローカル通知を送れる
ionic cap copy
でiOS/Androidビルド用にファイルをコピーionic cap sync
でiOS/Androidビルド用にファイルをコピーと、プラグインのコピーとインストールmacOS機を持っていないのでiOSアプリ開発の部分は読み飛ばした
メモにまとまりが無いのであとで見直す
疑問
cordova-res
とは別に、ionic cordova resources
というコマンドがあったので詳細を調べる
@angular/fire/auth-guard
にAngularFireAuthGuard
というGuardが用意されていてとても便利@ionic/angular
のNavController
が画面遷移時のトランジションアニメーションをやってくれて便利
IonContent
はscrollToTop(100) // 100: duration [ms]
メソッドを持っているので便利に使えそう疑問
.toPromise(Promise)
このPromiseはなんだろうタスクリスト
https://github.com/aliyome/ionic-tasklist-tutorial
WordpressのpublicAPIを利用したブログっぽいやつ
https://github.com/aliyome/ionic-wp-tutorial
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing