I am using the ChildBrowser component in WP7/Cordova 2.2 application where I need to display the Base64 PDF content in the browser.
Following error Invalid URI: The Uri string is too long.
is thrown while opening the child browser with base64 data url.
I am not quite good with .NET so any help would be appreciated.