3

Is it possible to load local html content using chrome custom tab in android? I searched the web, could not find the solution, can anyone help..

SaravInfern
  • 3,338
  • 1
  • 20
  • 44

1 Answers1

2

It's not possible to directly load HTML content using Chrome Custom Tabs but you could try saving the content to a local file and providing a file:// URL to see if that works.

ade
  • 4,056
  • 1
  • 20
  • 25