I'm trying to use javascript functions that require html5. I know my browser has the capability of doing html5 because these functions work outside of my app, but when I try to call them inside the app they just don't happen. It doesn't make sense to me so I'm wondering what's going on. Can I use HTML5 when I'm using the IE embedded in an app?
Specifically, I'm trying to call the Filereader() function.
Specifically, I'm trying to call the Filereader() function.