View Issue Details

IDProjectCategoryView StatusLast Update
0004339NoesisGUIUnitypublic2026-04-27 12:17
Reporteralfiare Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product Version3.2.8 
Target Version3.2.14 
Summary0004339: Combobox Doesn't Work on Android
Description

Unity 6.1
Render Pipeline: URP
I created a fresh Unity project, installed Noesis and the HelloWorld sample. Then modified the sample XAML to remove most of it and have a combobox. Works fine in Unity editor in the simulator and such. When I deploy it to an Android phone (Samsung Galaxy S9) the combobox doesn't expand and there's no way to select anything in it.

XAML Example Used

<UserControl x:Class="HelloWorld.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
    xmlns:local="clr-namespace:HelloWorld"
    FontFamily="./#Aero Matics"
    FontSize="36"
    Background="#FF124C7A">

    <Grid>
            <Grid Margin="24">
                <Grid HorizontalAlignment="Center">
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition Width="Auto"/>
                        <ColumnDefinition Width="Auto"/>
                    </Grid.ColumnDefinitions>
                    <Grid.RowDefinitions>
                        <RowDefinition/>
                        <RowDefinition/>
                    </Grid.RowDefinitions>

                    <StackPanel x:Name="HelloWorld" Grid.Row="1" Grid.ColumnSpan="2" Margin="0,15,0,0" HorizontalAlignment="Center">
                        <ComboBox x:Name="LanguageSelector" Width="120" Margin="20,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
                            <ComboBoxItem Content="English"/>
                            <ComboBoxItem Content="Spanish"/>
                            <ComboBoxItem Content="French"/>
                        </ComboBox>
                    </StackPanel>
                </Grid>
            </Grid>
    </Grid>
</UserControl>
PlatformAny

Relationships

related to 0004334 resolvedjsantos RadialGradientBrush Causes Crash on Android 
related to 0004224 feedbackjsantos Crash on device (Quest 3) when rendering UI 

Activities

sfernandez

sfernandez

2025-08-14 11:20

manager   ~0010980

Last edited: 2025-08-14 11:23

Hello,

I've tried it in a couple of Android devices and it worked fine. This was with Unity 6.0 and using OpenGLES3 as the Graphics API.
If I use Vulkan I get some rendering glitches but the drop down still shows.
Which graphics API are you using?

Another thing you should check, in the NoesisView settings, do you have "Enable Touch" activated?

I'm going to try with Unity 6.1 and I let you know what we find.

sfernandez

sfernandez

2025-08-14 13:02

manager   ~0010981

Ok, I was able to reproduce it with Unity 6.1 in a URP project.
We'll investigate what is happening.

sfernandez

sfernandez

2025-08-14 13:51

manager   ~0010982

We found the source of the problem. We have some issues to identify if Mouse and Touch devices are active in Unity 6 and we're incorrectly sending both events to the View.
We will fix this, but in the meantime the solution is to uncheck the "Enable Mouse" option in the NoesisView component properties.
Could you try that?

alfiare

alfiare

2025-08-20 15:16

reporter   ~0010989

Yup that does it, uncheck "Enable Mouse" and it works.
Thanks!

Issue History

Date Modified Username Field Change
2025-08-13 19:59 alfiare New Issue
2025-08-13 20:23 jsantos Description Updated
2025-08-14 10:37 sfernandez Assigned To => sfernandez
2025-08-14 10:37 sfernandez Status new => assigned
2025-08-14 10:37 sfernandez Product Version 3.2 => 3.2.8
2025-08-14 10:37 sfernandez Target Version => 3.2.9
2025-08-14 11:20 sfernandez Status assigned => feedback
2025-08-14 11:20 sfernandez Note Added: 0010980
2025-08-14 11:23 sfernandez Note Edited: 0010980
2025-08-14 13:02 sfernandez Note Added: 0010981
2025-08-14 13:51 sfernandez Note Added: 0010982
2025-08-14 13:56 sfernandez Relationship added related to 0004334
2025-08-14 13:57 sfernandez Relationship added related to 0004224
2025-08-20 15:16 alfiare Note Added: 0010989
2025-08-20 15:16 alfiare Status feedback => assigned
2025-10-02 00:48 jsantos Target Version 3.2.9 => 3.2.10
2025-10-10 13:29 jsantos Category Unity3D => Unity
2025-10-20 18:25 jsantos Target Version 3.2.10 => 3.2.11
2026-01-20 19:32 jsantos Target Version 3.2.11 => 3.2.12
2026-03-04 00:39 jsantos Target Version 3.2.12 => 3.2.13
2026-04-27 12:17 jsantos Target Version 3.2.13 => 3.2.14