I'm getting raw HTMl as JSON property from the server, then I create a new file on device filesystem using File plugin.
File plugin was returning absolute path to file, but after recent changes, File plugin now returns file location as URL scheme.
cdvfile://localhost/<filesystemType>/<path to file>
Is there a way to get an absolute path to file so it can be opened with InAppBrowser, or is there some other way to open files created by File plugin with InAppBrowser?