ios - How to render an object from SVG in UIWebview along JQuery code? -




i loaded svg image uiwebview , want rendering element svg image while on click event on uiwebview. possible ? have tired uitapgesture gives x , y point of uiwebview. want object svg image.

this understood question. want add click svg element should trigger event in ios

you can make use of called url catching in ios.on click of svg element trigger url , implement these method in code

application:handleopenurl: (used earlier ios 4.1) application:openurl:sourceapplication:annotation: (used later ios 4.1) 

so can catch url being triggered , can perform desired operation.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -