mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
GPClient: enable clipboard read/write in iframe
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
This commit is contained in:
parent
cb6b76d067
commit
761c2556cb
@ -1,3 +1,6 @@
|
||||
# GPClient
|
||||
|
||||
Simple Multi purpose client wrapper
|
||||
|
||||
## change logs
|
||||
- allow clipboard read/write in iframe
|
||||
|
@ -1,5 +1,5 @@
|
||||
<afx-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient" blur-overlay="true">
|
||||
<afx-hbox >
|
||||
<iframe frameborder="0" data-id="container" src=""></iframe>
|
||||
<iframe frameborder="0" data-id="container" src="" allow="clipboard-read; clipboard-write"></iframe>
|
||||
</afx-hbox>
|
||||
</afx-app-window>
|
@ -1,3 +1,6 @@
|
||||
# GPClient
|
||||
|
||||
Simple Multi purpose client wrapper
|
||||
|
||||
## change logs
|
||||
- allow clipboard read/write in iframe
|
||||
|
@ -7,7 +7,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "mrsang@iohub.dev"
|
||||
},
|
||||
"version":"0.1.4-a",
|
||||
"version":"0.1.5-a",
|
||||
"category":"Internet",
|
||||
"iconclass":"bi bi-hurricane",
|
||||
"mimes":["none"],
|
||||
|
@ -1,5 +1,5 @@
|
||||
<afx-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient" blur-overlay="true">
|
||||
<afx-hbox >
|
||||
<iframe frameborder="0" data-id="container" src=""></iframe>
|
||||
<iframe frameborder="0" data-id="container" src="" allow="clipboard-read; clipboard-write"></iframe>
|
||||
</afx-hbox>
|
||||
</afx-app-window>
|
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "mrsang@iohub.dev"
|
||||
},
|
||||
"version":"0.1.4-a",
|
||||
"version":"0.1.5-a",
|
||||
"category":"Internet",
|
||||
"iconclass":"bi bi-hurricane",
|
||||
"mimes":["none"],
|
||||
|
@ -185,7 +185,7 @@
|
||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/GPClient/README.md",
|
||||
"category": "Internet",
|
||||
"author": "Xuan Sang LE",
|
||||
"version": "0.1.4-a",
|
||||
"version": "0.1.5-a",
|
||||
"dependencies": [],
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/GPClient/build/release/GPClient.zip"
|
||||
},
|
||||
|
@ -1,3 +1,6 @@
|
||||
# GPClient
|
||||
|
||||
Simple Multi purpose client wrapper
|
||||
|
||||
## change logs
|
||||
- allow clipboard read/write in iframe
|
||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user