Can I change the settings for Adobe Air WebKit in the mx: HTML component?

Adobe Air (read: Flex) mx: The HTML component uses WebKit to render web pages. So does anyone know a way to configure WebKit settings through an Air application (or Flex API)? For example, I would like to set the WebKit setting "enable-private-browsing" from "false" to "true".

+3
source share
3 answers

Since this is not possible, I registered a ticket here: bugs.adobe.com/jira/browse/SDK-25585. See what happens.

0
source

That would be very interesting. Unfortunately, judging by the source code of the HTML component and the AIR documentation, there seems to be no way to do this.

, - Flex/AIR JIRA .

0

For a stand-alone application (for example, an exhibition stand), you can create your own WebKit.

0
source

Source: https://habr.com/ru/post/1712145/


All Articles