¿Como logro ver un pdf en base 64 en el WebView de Android? / How can I see a pdf in base 64 in the Android WebView?

<WebView
style = {{ width: ‘100%’, height: ‘100%’, alignSelf: ‘center’}}
source= {{ html: <html><h1>s</h1><object data="${file}" width: "100%"></object></html> }} />

Hago una petición del servidor y me retorna un Blod, a este lo codifico en base64 y utilizo este codigo para poder verlo en iOS pero en android no funciona

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.