Subscribe to this list via RSS Blog posts tagged in URL
How to best load an image from a URL using TWebBrowser when targeting multiple devices I recently got a question from a customer on how to restrict the image size to the actual device screen dimensions when using TWebBrowser, so I thought I would create a blog post about it. Often times, images that are loaded from the web using an URL may be bigger than the form factor the app is being run on, causing the user to have to scroll to see the entire image. Below is a code snippet that shows you how to restrict the web image to fit perfectly to the form factor the app is being run on. Read on to find the full snippet code!
  • Page :
  • 1

Check out more tips and tricks in this development video: