Update:Epub ereader show location at bottom of page #766

This commit is contained in:
advplyr 2023-09-16 15:12:20 -05:00
parent ac2b674ba5
commit 04bc74babe
4 changed files with 61 additions and 12 deletions

View file

@ -17,6 +17,9 @@ export default function ({ store }, inject) {
url = `${serverUrl}${url}`
}
}
if (data) {
headers['Content-Type'] = 'application/json'
}
console.log(`[nativeHttp] Making ${method} request to ${url}`)
return CapacitorHttp.request({
method,