Hello. I want to open any site on Samsung TV, I tried different ways but I couldn’t find a solution. I tried this solution
window.open("[https://google.com"](https://google.com), '_self')
I faced this error “in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.”
var appControl = new tizen.ApplicationControl('http://tizen.org/appcontrol/operation/view', 'https://www.google.com', null, null, null, null);
tizen.application.launchAppControl(appControl, null, function() {
console.log('launch application control succeed');
}, function(e) {
console.log('launch application control failed. reason: ' + e.message);
}, null );
An attempt is made to reference a Node in a context where it does not exist.