liff.openWindow({ url: '/mypage', external: true });
It works on Iphone 8+ IOS 15. But not work in Android.
i have the same problem
シュークリーム
Thank for the answer and I'm sorry about my wrong code on example. Actually, i wrote like this
liff.openWindow({url: "www.google.com", external: true})
but it's still doesn't work :(.
It seems the parameter format of liff.openWindow()
is not
liff.openWindow("www.google.com", true)
but
liff.openWindow({url: "www.google.com", external: true})
.
Could you check it? https://developers.line.biz/en/reference/liff/#open-window