Android Question keyclickFx ??

hookshy

Well-Known Member
Licensed User
Longtime User
I am faceing the folowing problem , key clickFx is not working as expected on some devices .
IN one app i have option for disableing click sound but the click is still hearing on button pressed .
IN another app safebox ... when codx match one of the folowing cod1,cod2,cod3 no click is heard else
click sound must hear .
The click sound si working well with gaps when cod1,cod2,cod3 on some devices and in other devices
the sound is heard all the time .

Is there an issue with keyclickFX that I do not know ???


B4X:
soundlevel=0

        If codx=cod1 OR codx=cod2 OR codx=cod3 Then ' codx - cod curent , cod1,2,3 generator cod
           
            clic.keyclickFx(soundlevel)
           
        Else
           
            clic.keyclickFx(volum)
        End If
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…