PDF file preview is not working on android device with inappbrowser

Hello all of you,
PDF file not opened with inappbrowser. I got base64 string file from pdf maker function and will pass that base64 string to window.open(base64_string, “_blank”) function but it will not working on android devices, But when i run same code on iOS device it will show me required result.
Please help me.
Thanks in advance !!

Did you find a solution for this?