cordova/phonegap onclick doesn't work

前端 未结 7 1958
小鲜肉
小鲜肉 2021-01-21 14:34

I try to create button which starts an alert after a click event. Something like that :

    
    

Apache

7条回答
  •  無奈伤痛
    2021-01-21 15:23

    Try adding jQuery click event, which are working fine with my cordova apps

    
    
    
    

    Here is JSFiddle link

    https://jsfiddle.net/9v85ku5y/

提交回复
热议问题