react-pannellum icon indicating copy to clipboard operation
react-pannellum copied to clipboard

Fix issue to read file with Cordova

Open GabrielZilmar opened this issue 1 year ago • 0 comments

Currently, when we try to use this lib with Cordova, the image cannot be read since Cordova's FileReader does not allow the "addEventListener" method; however, we can utilize the "_realReader".

Changes

  • Use the "_realReader" from fileReader if we don't find the addEventListener in the previous var.

GabrielZilmar avatar Oct 18 '23 18:10 GabrielZilmar