GPClient: enable clipboard read/write in iframe
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-07-21 21:51:15 +02:00
parent cb6b76d067
commit 761c2556cb
11 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,6 @@
# GPClient
Simple Multi purpose client wrapper
## change logs
- allow clipboard read/write in iframe

View File

@ -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>

View File

@ -1,3 +1,6 @@
# GPClient
Simple Multi purpose client wrapper
## change logs
- allow clipboard read/write in iframe

View File

@ -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"],

View File

@ -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.

View File

@ -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"],

View File

@ -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"
},

View File

@ -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