mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-27 11:19:53 +02: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:
@ -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.
Reference in New Issue
Block a user