when I share local HTML files with Share ANE,
Share.service.shareFile( htmlFile.url, "html.html", "text/html" );
on mobile, it doesn't show Safari, or when I select Chrome, it prompts me Chrome cannot handle this link!
also as I said, navigateToURL(new URLRequest(htmlFile.url), "_blank");
didn't work on mobile devices.
In fact, I want to show the local HTML file in Safari because my users are able to send their HTML files as a PDF in the options menu
