Jquery not working with phoneGap

前端 未结 3 877
花落未央
花落未央 2021-01-28 04:04

I am using phonegap, and this code loads perfectly in my android mobile.But When i click the button it does not shows the text.

    


        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-28 04:15

    try using this:

    
    
    
      
      
      
      
    
    
    
       

    Instead of doc ready use pageinit of jQuerymobile if developing for mobile apps.

提交回复
热议问题