iOS create touch event programmatically -
my goal make gesture event programmatically.
for example, there uiwebview,
in code:
mywebview.gestureleft(5); webview scroll left 5 pixels when touch left 5 pixels didnt touch on webview.
is possible?
now...i going implement when shake phone, webview's content shake.
but dont need use call javascript functions.
please me. thanks.
Comments
Post a Comment