show local pdf on android tablet

hello i use under kwik a web reemplacement view to show pdf on ipad app.

It works ok.

but now I’m making it for android device. But I do not get it work.

– kwksust_ficha positioning 

       kwksust_ficha = native.newWebView( 900, 700, 2468, 1536 ) 

       kwksust_ficha:request( “fl_suelos1.pdf”, system.ResourceDirectory ) 

       kwksust_ficha.oriX = kwksust_ficha.x; kwksust_ficha.oriY = kwksust_ficha.y 

       kwksust_ficha.alpha = 1; kwksust_ficha.oldAlpha = 1 

       kwksust_ficha.name = “kwksust_ficha” 

       sceneGroup:insert(kwksust_ficha); sceneGroup.kwksust_ficha = kwksust_ficha

Is noot possible to show pdf inserted on the app on android device?