0

i want to do pinch to zoom text in android how can do this .I`ve seen many example but they are related to pinch to zoom image any help will be honorable.

Usman Kurd
  • 7,212
  • 7
  • 57
  • 86

1 Answers1

0

Using a WebView to display your text would be the easiest way to achieve pinch-zoom. You can use the WebView's loadData method to display your text.

Rajesh
  • 15,724
  • 7
  • 46
  • 95