Skip to content
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

Open
atanuiem28 opened this issue Feb 28, 2023 · 6 comments
Open

[BUG]: Canvas component not working as expected on iOS only #288

atanuiem28 opened this issue Feb 28, 2023 · 6 comments
Assignees
Labels
bug Something isn't working canvas Issue is related to a Canvas app custom component. Component: Dialog

Comments

@atanuiem28
Copy link

atanuiem28 commented Feb 28, 2023

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:

  1. Go to '...' : Use creator kit dialog box with two button and access it from ipad (iOS)
  2. Click on '....' Click on any button to appear dialog and try to click on any one button, first time it will not work just close the dialog, second time whole area of two button got selected and do the work. Sometime no control which option trigger.

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.

ios_dialog issue

AB#980

@atanuiem28 atanuiem28 added bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet. labels Feb 28, 2023
@denise-msft
Copy link
Member

@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.

@denise-msft denise-msft changed the title [BUG]: [BUG]: Canvas component not working as expected on iOS only Feb 28, 2023
@denise-msft denise-msft added 👋 needs author feedback Waiting on a response from the author Component: Dialog and removed ⚠️ needs triage Has not been triaged by the team yet. labels Feb 28, 2023
@yaseralhosani
Copy link

No issues found in my iPhone.

@atanuiem28
Copy link
Author

@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.

@denise-msft denise-msft added the canvas Issue is related to a Canvas app custom component. label Jul 19, 2023
@DTronD
Copy link

DTronD commented Oct 3, 2023

Could this be related to issue #320
?

@denise-msft
Copy link
Member

Thank you for the validation. We will add this to our backlog.

@denise-msft denise-msft removed the 👋 needs author feedback Waiting on a response from the author label Feb 7, 2024
@jh-sigmadx
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working canvas Issue is related to a Canvas app custom component. Component: Dialog
Projects
None yet
Development

No branches or pull requests

6 participants