Hi there!
I have a dynamic page where users can select if they want to be automatically redirected onReady to another page like LinkedIn.
As suggested in this closed post I am using an iFrame with the code shown below. However this does not trigger the LinkedIn mobile app to open. Can sb help me to find a solution?
‘_self’ (instead of ‘_blank’) is normally supposed to achieve this but for some reason this does not work here. Does anyone know a solution how to open links in native apps after an automatic redirect?
Thanks a lot for your help!!
Wix Code:
$w.onReady( function () {
$w( ‘#html1’ ).postMessage( “https://www.linkedin.com” )
});
iFrame:
<!doctype html>