-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ComboBox]: Page is breaking in mobile Web-view #11170
Comments
Hi @lateefsofi, Could you please give more details about the enviroment in which you are experiencing this problem? I tested on a real Google Pixel device (Android 8.1.0, which according to https://apilevels.com/ is mobile OS API below 35) with Chrome latest version 134.0.6998.108 and I could not reproduce the issue - the page loads correctly and components are rendered as normal. I only experienced a problem with the page loading before updating Chrome, so please check that you are testing on a supported browser version. Best regards, |
Hi, @lateefsofi @s-todorova |
Hello @lateefsofi @taoisabella The popover API (showPopover()) that all ui5 webcomponents popups are based since v 2, This means:
For Android OS >7, you can update/ suggest updating to a newer Chrome/WebView versions. BR, |
This issue has been closed. To reopen, just leave a comment! |
Bug Description
One of our page is used in mobile web-view which is breaking right now. This is happening with mobile OS API below 35.
First we saw error:
"Uncaught (in promise) SyntaxError: Failed to execute 'matches' on 'Element': ':dir(rtl)' is not a valid selector.",
For this we followed shoelace-style/shoelace#2188 work around. It fixed above error but now we see another error which prevents rendering of component:
"Uncaught (in promise) TypeError: this.showPopover is not a function", source:
As per mobile team, it is a golive blocker for b2505.
Affected Component
ComboBox
Expected Behaviour
Components should be rendered properly
Isolated Example
https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/inputs-combobox--docs
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.3.o
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
Successfactors
Declaration
The text was updated successfully, but these errors were encountered: