-
Notifications
You must be signed in to change notification settings - Fork 55
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
[BUG]: Canvas component not working as expected on iOS only #288
Comments
@atanuiem28 do you know if you experience the same behavior on iOS with other canvas components that are not part of the Creator Kit? If you create a new component library in a solution, and then create a component that uses buttons, are you able to reproduce the issue on iOS ? Please help us determine if this is a Creator Kit specific issue or issue with Power Apps canvas custom components all-up on iOS. |
No issues found in my iPhone. |
@denisem-msft There is no problem for single button and it is only coming for all dialog where we have used two option. Also it is happening only for ipad (ios) but when we are using power player in windows no issue. I have raised this issue to MS support team, they has mentioned this is an issue of Creator Kit. |
Could this be related to issue #320 |
Thank you for the validation. We will add this to our backlog. |
The same bug exists in the "Panel" component in the Creator Kit. (Which makes sense, as it uses exactly the same mechanism) iOS does not recognise which button was clicked - Self.SelectedButton.Label is always just the first button in the table, regardless of which one is actually selected. Works fine in Windows, browser, and on Android Power Apps. |
Describe the bug
Dialog with two button has issue in iPad (iOS)
We are using Creator Kit to design dialog. When we click some button a dialog will appear with two button (Cancel and abandon). In power app player it is working fine in windows environment. But in iOS(ipad) first time dialog disappear when click on any button but it will not doing anything. When second time call dialog that time it is selecting whole area of both button and performing the action according to the button click. Need to understand why this is happening different in iPAD. Is it a known UI issue of iOS? Is there any alternate way to achieve same behaviour as we are getting in windows?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
clearly user should click on the different button and corresponding code should work. It is doing expecting behaviour from power app player in windows environment but not in ios (using from ipad Air)
Screenshots
Screen shot attaching
Additional context
Add any other context about the problem here.
AB#980
The text was updated successfully, but these errors were encountered: