Phonegap Cordova Ajax requests 404 (Not Found) Error

后端 未结 5 2101
悲哀的现实
悲哀的现实 2020-12-02 14:11

My cordova version is 5.0.0

I am getting a 404 error for the all ajax request made when the app is deployed on the device. On the web browser, it wo

5条回答
  •  悲哀的现实
    2020-12-02 14:47

    This worked for me. The only difference is in my config.xml I had to put it in an node for it to take effect.

    My example below:

    
        
        
        
        
    
    

提交回复
热议问题