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

Sound and Haptic feedback not working. #80

Closed
DongDian455 opened this issue Jan 8, 2024 · 5 comments
Closed

Sound and Haptic feedback not working. #80

DongDian455 opened this issue Jan 8, 2024 · 5 comments
Assignees
Labels
bug Something isn't working iOS Related to iOS

Comments

@DongDian455
Copy link

DongDian455 commented Jan 8, 2024

Environment

Iphone: xr
IOS: 16.1.1

this is my code:

  override func createConfiguration() -> KeyboardConfiguration {
      .....
       ....
       feedback = FeedbackConfiguration(
                soundMode: FeedbackConfiguration.SoundMode
                    .sound(FeedbackConfiguration.ResourceSoundSet.defaultSoundSet),
                haptics: true
            )
            
           let config = KeyboardConfiguration(
            feedback: feedback,
            apps: appsConfig,
            license: license
        )   
        return configuration
    }
 

Symptoms

when i switch to the background and stay for a while and return to the foreground, Sound and Haptic will become invalid.
Need to restart the keyboard to restor.

@xevifar xevifar added the iOS Related to iOS label Jan 10, 2024
@xevifar
Copy link
Collaborator

xevifar commented Jan 10, 2024

Hi @DongDian455 , could you share with us the SDK version that are you using ? Thx

@xevifar xevifar added the bug Something isn't working label Jan 10, 2024
@DongDian455
Copy link
Author

The SDK version I am currently using is 4.18.2.

@xevifar
Copy link
Collaborator

xevifar commented Jan 11, 2024

hello @DongDian455 , we are able to reproduce this and we will work on solving this as soon as possible.
I will update this task when it is done. Thank you for the reporting!

@xevifar xevifar self-assigned this Jan 15, 2024
@xevifar
Copy link
Collaborator

xevifar commented Jan 15, 2024

Hello @DongDian455 ,
This is fixed on the version 4.19.1
Please, let me know if this works for you.

Thank you for the reporting.

@DongDian455
Copy link
Author

The issue has been resolved in version 4.19.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working iOS Related to iOS
Projects
Status: Released
Development

No branches or pull requests

2 participants