mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-25 03:38:21 +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
|
# GPClient
|
||||||
|
|
||||||
Simple Multi purpose client wrapper
|
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-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient" blur-overlay="true">
|
||||||
<afx-hbox >
|
<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-hbox>
|
||||||
</afx-app-window>
|
</afx-app-window>
|
@ -1,3 +1,6 @@
|
|||||||
# GPClient
|
# GPClient
|
||||||
|
|
||||||
Simple Multi purpose client wrapper
|
Simple Multi purpose client wrapper
|
||||||
|
|
||||||
|
## change logs
|
||||||
|
- allow clipboard read/write in iframe
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "mrsang@iohub.dev"
|
"email": "mrsang@iohub.dev"
|
||||||
},
|
},
|
||||||
"version":"0.1.4-a",
|
"version":"0.1.5-a",
|
||||||
"category":"Internet",
|
"category":"Internet",
|
||||||
"iconclass":"bi bi-hurricane",
|
"iconclass":"bi bi-hurricane",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<afx-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient" blur-overlay="true">
|
<afx-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient" blur-overlay="true">
|
||||||
<afx-hbox >
|
<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-hbox>
|
||||||
</afx-app-window>
|
</afx-app-window>
|
Binary file not shown.
@ -7,7 +7,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "mrsang@iohub.dev"
|
"email": "mrsang@iohub.dev"
|
||||||
},
|
},
|
||||||
"version":"0.1.4-a",
|
"version":"0.1.5-a",
|
||||||
"category":"Internet",
|
"category":"Internet",
|
||||||
"iconclass":"bi bi-hurricane",
|
"iconclass":"bi bi-hurricane",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
@ -185,7 +185,7 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/GPClient/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/GPClient/README.md",
|
||||||
"category": "Internet",
|
"category": "Internet",
|
||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"version": "0.1.4-a",
|
"version": "0.1.5-a",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/GPClient/build/release/GPClient.zip"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/GPClient/build/release/GPClient.zip"
|
||||||
},
|
},
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
# GPClient
|
# GPClient
|
||||||
|
|
||||||
Simple Multi purpose client wrapper
|
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