スポンサーリンク

Ionic4とCapacitorでCameraを使いたい(3回目のtry)

2018年10月現在、何回tryしようとしてもうまくいかない。。。

以下の方針で、、、

(1)Ionic4でPWAアプリを作成
(2)Capacitorをインストール
(3)Cameraプラグインの利用
(4)PWAをデプロイして、スマホでカメラを操作にtry

(開発環境)
image_thumb[5]

(1)C:/ionic4/ フォルダをVisualStudioCodeで開き、Ctrl+@でコマンドプロンプトを開き、以下を入力

ionic start ionic4-capacitor-camera blank --type=angular
//? Integrate your new app with Cordova to target native iOS and Android? => N
//? Install the free Ionic Pro SDK and connect your app? => n

image

アプリのフォルダをVisualStudioCodeで開き直し、 ionic serve

image

GitHubで新規リポジトリ作成後、GitHubの指示通りに登録。

image

image

ソースコード
https://github.com/adash333/ionic4-capacitor-camera/tree/43fd936c710ed2a60f2803494e9b3d40ac37e59e

(2)

 

 

 

 

途中

スポンサーリンク