タグ付けされた質問 「ionic-native」

6
Ionic 5 with Angular 9-Angular JITコンパイルが失敗しました: '@ angular / compiler'がロードされていません
Ionic 5は数時間前(2020年2月12日)に発表され、小規模な本番用アプリの1つをAngular 9とともにIonic 5にアップグレードしました。 # To update to Ionic 5 npm install @ionic/angular@latest @ionic/angular-toolkit@latest --save-exact --save # To update to Angular 9 ng update @angular/core @angular/cli しかし、私がそうしたとき、私は次のionic serveエラーを受け取り始めました: Error: Angular JIT compilation failed: '@angular/compiler' not loaded! - JIT compilation is discouraged for production use-cases! Consider AOT mode instead. - Did …

1
イオンネイティブの角度のサンプルコードからvuejs
Ionic Nativeでは、ネイティブプラグイン経由でiBeaconsを使用する可能性があります:https ://ionicframework.com/docs/native/ibeacon サンプルコードは、AngularJSでIonicを使用する人向けに書かれていますが、私はVueJSを使用しており、これを機能させる方法を理解できません。 サンプルコードのAngularバージョン: import { IBeacon } from '@ionic-native/ibeacon/ngx'; constructor(private ibeacon: IBeacon) { } ... // Request permission to use location on iOS this.ibeacon.requestAlwaysAuthorization(); // create a new delegate and register it with the native layer let delegate = this.ibeacon.Delegate(); // Subscribe to some of the delegate's event …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.