Ionic/Cordova에서 Adobe Creative SDK Feather Editor를 통합하는 방법 (How to integrate Adobe Creative SDK Feather Editor in Ionic/Cordova)


문제 설명

Ionic/Cordova에서 Adobe Creative SDK Feather Editor를 통합하는 방법 (How to integrate Adobe Creative SDK Feather Editor in Ionic/Cordova)

Ionic 프레임워크로 모바일 하이브리드 앱을 만들고 있으며 Feather Editor를 통합하려고 합니다. 가장 좋은 시나리오는 Adobe Creative Web SDK가 모바일에 최적화되어 있지 않지만 Android 및 iOS SDK는 최적화되어 있기 때문에 Cordova 플러그인을 사용할 수 있다는 것입니다.

일부 레거시 플러그인이 있으며 그 중 일부는 iOS의 경우 Feather Editor가 실행되지 않기 때문에 오래된 것으로 보이는 다음 항목:

https://github.com/m1is/AviaryCordovaPlugin

다음 각도 지시문도 시도했습니다.

https://github.com/m00s/angular‑aviary

이 지시문은 웹에서는 작동하지만 모바일에서는 제대로 작동하지 않습니다. 웹 SDK가 모바일에 최적화되어 있지 않기 때문인 것 같습니다. Feather Editor가 시작되지만 너무 많은 공간을 차지하여 모바일 화면에 맞지 않습니다. 또한 도구가 표시되지 않고 로딩 아이콘이 영원히 표시됩니다.

그래서 올바른 경로는 최신 Cordova 및 Adobe Creative Android/iOS에서 작동하는 새로운 Cordova 플러그인을 만드는 것이라고 생각합니다. SDK.

다른 접근 방식을 시도한 사람이 있습니까?


참조 솔루션

방법 1:

The Creative SDK team recently collaborated with PhoneGap to release plugins that are compatible with PhoneGap, Cordova, and Ionic.

Among them are the new Image Editor UI PhoneGap plugin and template.

More details are on the Creative SDK blog.

You can get a quick overview of everything on offer on the Creative SDK GitHub page's Plugins section.

방법 2:

I developed this Cordova plugin:

https://github.com/jguix/Cordova‑FeatherEditor

It currently supports Android.

(by Juangui JordánAsh Ryan ArnwineJuangui Jordán)

참조 문서

  1. How to integrate Adobe Creative SDK Feather Editor in Ionic/Cordova (CC BY‑SA 2.5/3.0/4.0)

#ionic #adobecreativesdk #angularjs #aviary #cordova






관련 질문

Cordova - OS 업그레이드 후 iOS/Android 모두에서 앱 충돌 (Cordova - app crashes on both iOS/Android after an OS upgrade)

모바일용 HTML 5의 특정 영역에 링크가 있는 이미지 (Image with links in certain areas in HTML 5 for mobile)

Play 스토어에서 오류 발생 - "이 앱은 모든 기기와 호환되지 않습니다." (Getting error from play store - “This app is incompatible with all of your devices.”)

div의 오른쪽 하단에 이온 버튼 정렬 (Align an ionic button at the bottom right of a div)

새로운 Xcode 프로비저닝 정책 및 Ionic Framework (New Xcode provisioning policy and Ionic Framework)

각도 [$injector:unpr] 알 수 없는 공급자 오류를 해결하는 방법? (How to solve angular [$injector:unpr] Unknown provider error?)

ionic, 팝오버 범위에 범위 변수 전달 (ionic, pass scope variable to popover scope)

Angular: 2필드 데이터 바인딩 문제 (Angular: issue with two-field data binding)

ionic 2에서 ion-title의 글꼴 색상 변경 (Change font color of ion-title in ionic 2)

PhoneGap 빌드가 내 모든 파일을 업데이트하지 않습니다. (PhoneGap build is not updating all of my files)

Ionic 빌드 Android를 수행하는 동안 오류가 발생했습니다. (Error while doing Ionic build android)

$ionicHistory.backView() stateParams 변경 후 돌아가기 (Going back after changing stateParams of $ionicHistory.backView())







코멘트