Closed jhang-jhe-wei closed 3 years ago
app/views/todos/index.line.erb
text "new", align: "end", action: uri_action(liff_path(path: new_todo_path)), color: "#0000ee"
變更為
text "new", align: "end", action: uri_action(liff_path(path: new_todo_path, liff_size: :full)), color: "#0000ee"
3. 於line chatbot中輸入```todos```,並且按下Flex message右上方的```new``` # 目前行為 ## 開啟後Liff後出現以下畫面 ![](https://i.imgur.com/KIbGzCk.png) # 原因 不清楚 : ( 似乎跳轉2次...
ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin19]
Rails 6.1.2.1
照著操作 一切正常 無法重現問題
問題是來自於 LIFF 設定當中的 Scopes 沒有勾選 chat_message.write
結案
預期行為
開啟相對應尺寸的Liff分頁
app/views/todos/index.line.erb
修改第7行變更為