A
AC Question
I am trying to build an app that does one simple thing.
+ Click on the list view item
+ Displays a PDF in the view.
I've looked online and found out that .setPluginsEnabled(true); and other functions like it have been deprecated. For those familiar, iOS has a webView that does this automatically (built-in browsing). Is there anything like that with android where the user does not have to leave the app.
+ Click on the list view item
+ Displays a PDF in the view.
I've looked online and found out that .setPluginsEnabled(true); and other functions like it have been deprecated. For those familiar, iOS has a webView that does this automatically (built-in browsing). Is there anything like that with android where the user does not have to leave the app.