Hi,
My app use rpc call to a remote server for retriving .
I was abled to make it works, using "PhoneGap desktop" on browser and on my Android phone via PhoneGap App.
I builded a android apk using the
build.phonegap.com site. On the phone, the app is started, the ui is visible, Phonegap is correctly initialized but the RPC call fails with a 404 not found error.
I guess it's a permision problem, so I had :
1) in html : <meta http-equiv="Content-Security-Policy" content="default-src * data: blob: gap: 'unsafe-inline' 'unsafe-eval' ws: wss:;">
2) in config.xml, i have
in order to access the remote server.
But no way. What's can be possibly wrong ?
Thanks in advance for any help
Pierre
NB : The app is written in GWT and use GWT RPC call