|
@@ -305,7 +305,10 @@ function shareTargetPicker() {
|
|
text: "Hello, World!"
|
|
text: "Hello, World!"
|
|
}])
|
|
}])
|
|
.then(
|
|
.then(
|
|
- alert("ShareTargetPicker was launched")
|
|
|
|
|
|
+ liff.openWindow({
|
|
|
|
+ url: "https://liff.googo.org/misa-liff/",
|
|
|
|
+ external: true
|
|
|
|
+ })
|
|
).catch(function(res) {
|
|
).catch(function(res) {
|
|
alert("Failed to launch ShareTargetPicker")
|
|
alert("Failed to launch ShareTargetPicker")
|
|
})
|
|
})
|