I need to open a pdf in android mobile device. For that ,I have add a 'test.pdf' pdf file in common folder and add plugin (Childbrowser ) in config.xml file (res/xml/config.xml). And again add childbrowser.js and cordova.js file in js folder .
And add a code to open a pdf file here--- window.open('./test.pdf','_system','location=yes'); But still exception is coming like that 'Target file is not available' andgive a path file.///data/data/ I want to load that test.pdf file in the android mobile and open that particular file . But it is not opening . Please suggest me a solution. Thanks