FleksySDK / VirtualKeyboardSDK

The simplest, fastest and most reliable way to create a virtual keyboard 💁 . (iOS and Android)
https://fleksy.com
255 stars 6 forks source link

Sound and Haptic feedback not working. #80

Closed DongDian455 closed 4 months ago

DongDian455 commented 4 months ago

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 commented 4 months ago

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

DongDian455 commented 4 months ago

The SDK version I am currently using is 4.18.2.

xevifar commented 4 months ago

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 commented 4 months ago

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 commented 3 months ago

The issue has been resolved in version 4.19.1