-
LIFFのメソッドを使用する際、ほぼ確実にliff.initとliff.login();のコードが必要になる。
なので、よりDRYな実装をするため、必須のJS処理をモジュール化し、必要に応じて読み込む形を取りたかった。
が、過程で以下のようなことが起こり、結論、現在の開発環境・私の能力を考慮見て、DRYな実装を諦めることにした。
①LIFFログイン&ユーザー情報取得の為のモジュールをex…
-
I try to use the latest liff framework, but a compiling error occurs as following:
```
[at-loader] Checking finished with 7 errors
Error in bail mode: [at-loader] ./node_modules/@line/liff/dist/l…
-
We may consider solutions like svelte:
https://g0v-slack-archive.g0v.ronny.tw/index/channel/C2PPMRQGP/2019-04#ts-1555954059.013500
This will allow us to put constants in build env so that we can r…
MrOrz updated
3 years ago
-
URLは https://liff.line.me/1655768482-PVW85dOD (LINE外でアクセスはしないで)
-
**Is your feature request related to a problem? Please describe.**
- 이슈 및 PR 작성시 통일성을 위해 템플릿을 작성하는게 좋다고 생각했습니다.
**Describe the solution you'd like**
- [line-liff-v2-starter](https://github.com/li…
-
# 預期行為
## 開啟相對應尺寸的Liff分頁
1. 依照[kamigo套件](https://github.com/etrex/kamigo)指示建立todos
2. 開啟```app/views/todos/index.line.erb```修改第7行
```
text "new", align: "end", action: uri_action(liff_path(path:…
-
實作 cronjob:
- 找出符合推播標準的 article reply。
- 更新資料庫「最近回應」。
- 通知同意接受推播的使用者,用 push API 或 LINE notify 通知;使用者點下通知時,可打開「問過訊息」列表 LIFF。
- Google analytics 紀錄通知發送事件;點擊通知時帶有參數使「問過訊息」列表 LIFF 知道是由通知觸發。
Cron jo…
MrOrz updated
3 years ago
-
ShareTargetPickerの画面はた立ち上がるが、nullが返ってきて友達の取得ができない。
![IMB_UozwEd](https://user-images.githubusercontent.com/64563988/117235532-da274700-ae61-11eb-9f3b-cd587beaae13.GIF)
-
This Python code adds a `decorator` to a class:
```py
def decorate_all_methods():
def top_decorate(cls):
def sub_decorate(func):
def deco_wrapper(*args, **kwargs):…
-
At here, https://github.com/line/line-liff-v2-starter/blob/master/README.md#what-youll-need
The first row in the "Item" column shows "LINE Messaging API channel", but LIFF uses LINE Login Channnel.
…