Author Topic: Prefab for text mixed with gfx, with pinch and zoom?  (Read 2004 times)

aseebeck

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Prefab for text mixed with gfx, with pinch and zoom?
« on: May 06, 2014, 09:14:25 AM »
Hi,
I'm trying to show a text which contains some gfx, and which should be zoom- and pinchable (something like a help section). I tested Label, but it seems to me that too much work is to be done there. Can you give me a hint what the best approch would be?
I'd like to use NGUI, but perhaps I should look for something that displays html, like a web browser for mobiles?

Grateful for any hint,
Andreas

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Prefab for text mixed with gfx, with pinch and zoom?
« Reply #1 on: May 06, 2014, 09:52:02 PM »
Pinch to zoom is a gesture, and NGUI is a UI library. They're different things. Also when you zoom in on the UI, you can expect it to become blurry as it won't be crisp anymore. Web pages are different. They are pretty much never rendered in real-time. Games are. If you need zoomable HTML, stick to web browsers.