본문 바로가기

Mobile21

[ IONIC ] - FIle Read 에러 {"code":2,"message":"SECURITY_ERR"} 카메라에서 사진을 찍거나 갤러리에서 선택한 사진을 파이어베이스에 업로드 하던 도중에 생긴 오류이다. const options: CameraOptions = { quality: 100, sourceType: sourceType, destinationType: this.camera.DestinationType.FILE_URI, encodingType: this.camera.EncodingType.JPEG, mediaType: this.camera.MediaType.PICTURE } this.camera.getPicture(options).then((imageData) => { this.file .resolveLocalFilesystemUrl(imagePath) .then((fileEntry) => { let.. 2020. 8. 15.
[ Ionic ] app:transformDexArchiveWithExternalLibsDexMergerForDebug' build 오류 > Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED 34 actionable tasks: 32 executed, 2 up-to-date D8: Program type already present: android.support.v4.app.INotificationSideChannel FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > com.android.builder.dexing.DexArchiveMergerExcep.. 2020. 7. 23.
[ Ionic ] ion-searchbar ionClear 이벤트 오류 이슈 - ion-searchbar 에서 ionClear 이벤트 호출시 [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. 오류 발생 버전 "@angular/common": "8.2.13", "@ionic-native/core": "5.27.0", 소스 searchuser(e) { this.filteredusers = this.friends; console.log(e.type); var q = e.target.value; if (q.trim() == '') { return; } thi.. 2020. 7. 1.
[ Ionic ] 웹개발자가 만드는 Ionic 어플 - 4탄 (배포 후 문제점) 2019/12/02 - [Mobile] - [ Ionic ] 웹개발자가 만드는 Ionic 어플 - 1탄 (설치, 오픈 소스 활용) 2020/01/31 - [Mobile] - [ Ionic ] 웹개발자가 만드는 Ionic 어플 - 2탄 (기초 구성 및 구현) 2020/04/04 - [Mobile] - [ Ionic ] 웹개발자가 만드는 Ionic 어플 - 3탄 (배포) https://play.google.com/store/apps/details?id=devjoo.ionic.widmarkapp 지금어때 - 실시간 음주 계산기, 술게임, 혈중 알콜 농도 계산, 음주 측정 - Google Play 앱 혈중 알콜 농도를 계산하여 건강한 음주 생활을 즐기세요. 나와 함께 같이 마신 사람들의 혈중 알콜 농도 또한 확.. 2020. 4. 14.