You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
I have an application that makes use of the plugin.
At a certain point I use the ContentSync.sync function to make a call to a web api made in C #. Everything happens perfectly when in the call I put the IP but if I switch to HOSTNAME me the plugin presents errors. Can someone help me ?
I have an application that makes use of the plugin.
At a certain point I use the ContentSync.sync function to make a call to a web api made in C #. Everything happens perfectly when in the call I put the IP but if I switch to HOSTNAME me the plugin presents errors. Can someone help me ?
function below
function syncApp(localServiceBus, appIndo) {
var sync = ContentSync.sync({
src: localServiceBus + 'AppConfigManagerQrcodePage/DownloadApk?zipName=' + appIndo.Download,
id: 'appRoot',
type: 'replace',
validateSrc: false
});
sync.on('progress', function (data) {
$ionicLoading.show({
template: 'Sincronizando... ' + data.progress + "%"
});
});
The text was updated successfully, but these errors were encountered: