Posts by Jonatas Almeida • 21 points
3 posts
-
0
votes1
answer1438
viewsA: Enable Webview Downloads
I got through the setDownloadListener, but in the version of android 6+ the app stops working! Method to download PDF wv.setDownloadListener(new DownloadListener() { public void…
androidanswered Jonatas Almeida 21 -
0
votes0
answers34
viewsQ: Androdi Studio setDownloadListener does not work on Android 6.0
Even before version 6.0 the following method below works perfectly by downloading any document requested in Webview.. However now with android 6.0 in attempt to any download inside the webview the…
-
2
votes2
answers661
viewsQ: TEXT Inside a button - Materialize CSS
I’m having a hard time breaking text inside a button. I make use of materialize css but in general I have no idea how to put all the text I want inside a button, it always cuts the end of my titles…