Hi!
I want to embed the SAP Portal within the Cordova application. I use an iframe to load the page (added in the index.html file), but once the login page loads some errors occur:
[Error] Blocked a frame with origin "https://<portalHostName>:<portalPort>" from accessing a frame with origin "file://". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "file". Protocols must match.
relaxDocumentDomainjs13_epcf.js:146
[Error] Blocked a frame with origin "https://<portalHostName>:<portalPort>" from accessing a frame with origin "file://". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "file". Protocols must match.
initjs13_epcf.js:66
How can they be fixed?
I have tried almost everything and still nothing..
Best Regards,
TD