I developed a hybrid app and I want to display the Evernote content in my app.
To achieve this, I used an tag and use the iframe to load the evernote html content.
It works in the Android platform. I can download the note as html file using Evernote Android SDK, then use the iframe to load it.
But in iOS platform, the note content generated by Evernote iOS SDK is a .webarchive file, I tried to load this .webarchive in the iframe, but it did not work.
So, I was wondering if it possible to download the Html files using iOS SDK? Help will be greatly appreciated:D