react-pannellum
react-pannellum copied to clipboard
Fix issue to read file with Cordova
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.