Skip to main content
Für die Vorschau einer Datei.

Beispiel

// Datei Vorschau

window.NativeBridge.postMessage(JSON.stringify({
	action: 'previewFile',
	data: {
		url: 'https://www.ihre-domain.de/datei.pdf', 
		method: 'GET',
		headers: {
			'Cookie': "SESSIONID"
		}
	},
	body: null
}