ashish986
ashish986
Hi buddy, i am facing same problem as it is. i didn't found any solutions on google. I am able to download some tricky codes but and got xml data...
hi buddy yes its a tricky code. but i got solution with help of chrometab. you should use chrometab in place of webview. i tried all webview tricks but unable...
hi buddy yes its a tricky code. but i got solution with help of chrometab. you should use chrometab in place of webview. i tried all webview tricks but unable...
hi this is working without chrome. but will work on normal web browser. On Tue, Feb 25, 2020 at 9:58 AM gouravbansal wrote: > @ashish986 is this working on devices...
hi chrometab working with chrome browser. if you want download from default browser u should call programmatically browser. On Tue, Feb 25, 2020 at 10:48 AM gouravbansal wrote: > hi...
ok Uri uri = Uri.parse("https://resident.uidai.gov.in/offline-kyc"); // Intent intent = new Intent(getApplicationContext(), CustomTabReceiver.class); CustomTabsIntent.Builder intentBuilder = new CustomTabsIntent.Builder(); CustomTabsIntent customTabsIntent = intentBuilder.build(); intentBuilder.setToolbarColor(ContextCompat.getColor(this, R.color.colorPrimary)); intentBuilder.setSecondaryToolbarColor(ContextCompat.getColor(this, R.color.colorPrimaryDark)); // set start and exit...
What do u want code or else? On Sun 19 Jul, 2020, 8:32 PM Ashutosh Nagar, wrote: > @nurul12121 @suvansh19 > Did you guy find any work around this? >...
its not corrupt file . its download html request file. dont use webview if u want to download use browser open link on browser and get download. or use custom...
Use custom tab u can broswe the link as download request and download file the file but u can't back on app cause u cant manage from app request. But...
At this point I stucked. U heard right no connection between tab and app and also no connection Between broswer and app and for your kind information u can't download...