• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

HTML high res support

New Here ,
May 22, 2018 May 22, 2018

Copy link to clipboard

Copied

Hello,

I have a simple app:

The rendered HTML is not displaying in high resolution and text looks pixelated.

<?xml version="1.0"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="1280" minHeight="800">
  <mx:HTML id="html" location="http://www.cnn.com" height="100%" width="100%"/>
</s:WindowedApplication>


I tried adding <requestedDisplayResolution>high</requestedDisplayResolution> but no change.

Is there anything else to do to support High res in the mx:HTML component ?

If I add a button with text that is rendered with correct high resolution.

Thanks

TOPICS
Development

Views

399

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 04, 2020 Feb 04, 2020

Copy link to clipboard

Copied

LATEST

Hi Instead of minWidth and minHeight use Width and Height 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines