hoaiduyit / react-pannellum

46 stars 38 forks source link

Fix issue to read file with Cordova #105

Closed GabrielZilmar closed 3 weeks ago

GabrielZilmar commented 10 months ago

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