HTML Menus Questions and Support

Since there is no questions category at Fab, I created this thread to replace it. This is exclusively about this plugin: HTML Menus | Fab

Hello, may I ask if this browser plugin will have future support for Input Method Editor (IME)

This is to be able to enter Asian characters, isn’t it? Have you tried the Unreal Browser in UE5.5? If it doesn’t work in the latest UE version I don’t think I can change much because my plugin is based on the Unreal Browser.

Would it maybe work with a javascript library?

GitHub - hermanschaaf/chinese-ime: A JavaScript jQuery plugin for building Chinese keyboard input capabilities natively into a website

Hi!

I would like to use VUE 3 CLI, is it possible to work with this plugin? I have purchased this product and so far I am not able to work with the plugin

Is this a javascript library that runs in the browser and can be integrated into html as normal? Then it should work. You just have to include it according to the documentation. Please only use compressed versions, i.e. .min.js.

1 Like

Thx, its work! I use VUE 3 CLI its amazing! :+1:t6:

Maybe it’s a problem with me, but when pressing ALT+Tab you can’t control the character, the browser seems to overlay on top, but that might be my problem

More likely an unreal problem. See if changing the input mode helps or try setting the focus.

Problem fixed, in Widget set Visibility: Non hit, problem in Debug mode, Shift + Ctrl + I keyboard does not display debug state in game when “Allow DevTool true” is set

You have to click once in the browser so that the keyboard gets the focus to start the debug mode.

Greetings! Looking into using this plug in in conjunction with an XML plugin. We are trying to convert an old project for a client and they have a lot of menus that are in XML files which contain HTML. I can use the XML plugin to handle the XML files but will your plugin be able to handle reading the HTML out of it?

I can hardly imagine what you want to do without an example. Do you think you could perform the task in a browser with Javascript? Then it would probably also be possible with my plugin.

1 Like

Ill take a look!