This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Image.setOptions is not a function #11
Comments
i think , maybe ImageUrl is not set
|
So i tried removing the loadImage properties in the component and instead tried using the loadImageFromURL(image, fileName) function from a useEffect to load the image. This kind of worked.... my image is now loaded correctly, unfortunately I cannot do anything with it and all the buttons/menus do nothing when clicked.
|
@rwilson504 Did you figure out how to get the menu items to work when you load the image with |
Dooray! 메일 발송 실패 안내
메일 발송
실패 안내
박시우([email protected])
님께
보낸
메일이
전송되지
못하였습니다.
실패 사유를 확인해보세요.
* 받는 사람 :
박시우([email protected])
* 발송 시간 :
2020-07-24T08:07:45
* 메일 제목 :
Re: [nhn/toast-ui.react-image-editor] Image.setOptions is not a function (#11)
* 실패 사유 :
받는 사람이 회원님의 메일을 수신차단 하였습니다.
이 메일은 발신전용으로 회신되지 않습니다.
더 궁금하신 사항은
[email protected]
으로 문의해 주시기 바랍니다.
© Dooray!.
|
I think you just need to remove the { } from |
Dooray! 메일 발송 실패 안내
메일 발송
실패 안내
박시우([email protected])
님께
보낸
메일이
전송되지
못하였습니다.
실패 사유를 확인해보세요.
* 받는 사람 :
박시우([email protected])
* 발송 시간 :
2020-12-03T08:25:05
* 메일 제목 :
Re: [nhn/toast-ui.react-image-editor] Image.setOptions is not a function (#11)
* 실패 사유 :
받는 사람이 회원님의 메일을 수신차단 하였습니다.
이 메일은 발신전용으로 회신되지 않습니다.
더 궁금하신 사항은
[email protected]
으로 문의해 주시기 바랍니다.
© Dooray!.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
Latest
Test Environment
Cordova App, testet on Android
Current Behavior
Trying to start the ImageEditor but only get the black backround.
The ImageUrl looks like this on android:
“file:///storage/emulated/0/Android/data/de.server.test/cache/1566554741747.jpg”
I get the following error:
My Code is from you example:
Expected Behavior
Start the application with my picture in it.
The text was updated successfully, but these errors were encountered: