Hi guys,
I am using the following sdk version.
with Phonegap/Cordova: 2.9
So basically I'm using jquery .load() to load a certain div from a website to my app which works, the problem comes in when someone presses any link in my case the login button.
the error is: net::ERR_FILE_NOT_FOUND (file:///android_asset/www/Track)
Here is my JS:
$(document).ready(function() {
$('#gtse').load("http://aurora.gizmogps.com/track/Track .accountLoginContentTable");
})'
the link it goes to is actually a query string link which looks like this:
http://aurora.gizmogps.com/track/Trac...
I'm no expert but to me it sounds like the app is trying to look for the continuing link locally, is there something I'm missing to avoid this? I also know there is an inappbrowser plugin for phonegap/cordova would that be a better solution for my problem?
Thank you,
Mike
I am using the following sdk version.
with Phonegap/Cordova: 2.9
So basically I'm using jquery .load() to load a certain div from a website to my app which works, the problem comes in when someone presses any link in my case the login button.
the error is: net::ERR_FILE_NOT_FOUND (file:///android_asset/www/Track)
Here is my JS:
$(document).ready(function() {
$('#gtse').load("http://aurora.gizmogps.com/track/Track .accountLoginContentTable");
})'
the link it goes to is actually a query string link which looks like this:
http://aurora.gizmogps.com/track/Trac...
I'm no expert but to me it sounds like the app is trying to look for the continuing link locally, is there something I'm missing to avoid this? I also know there is an inappbrowser plugin for phonegap/cordova would that be a better solution for my problem?
Thank you,
Mike


