mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-26 04:08:21 +01:00
Minor bug fix on preview window focus event when openning PDF file
This commit is contained in:
parent
a4fc0119be
commit
90382e2f33
@ -3,5 +3,6 @@
|
|||||||
Image and PDF file viewer for AntOS
|
Image and PDF file viewer for AntOS
|
||||||
|
|
||||||
## Change logs
|
## Change logs
|
||||||
|
* v0.1.3-a: Minor fix on window focus event when using ifrane
|
||||||
* v0.1.2-a: support AntOS v2.0.x
|
* v0.1.2-a: support AntOS v2.0.x
|
||||||
* v0.1.0-a: add depends on libpdfjs, user the default PDFJS viewer
|
* v0.1.0-a: add depends on libpdfjs, user the default PDFJS viewer
|
@ -3,5 +3,6 @@
|
|||||||
Image and PDF file viewer for AntOS
|
Image and PDF file viewer for AntOS
|
||||||
|
|
||||||
## Change logs
|
## Change logs
|
||||||
|
* v0.1.3-a: Minor fix on window focus event when using ifrane
|
||||||
* v0.1.2-a: support AntOS v2.0.x
|
* v0.1.2-a: support AntOS v2.0.x
|
||||||
* v0.1.0-a: add depends on libpdfjs, user the default PDFJS viewer
|
* v0.1.0-a: add depends on libpdfjs, user the default PDFJS viewer
|
@ -6,7 +6,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "xsang.le@gmail.com"
|
"email": "xsang.le@gmail.com"
|
||||||
},
|
},
|
||||||
"version":"0.1.2-a",
|
"version":"0.1.3-a",
|
||||||
"category":"Graphics",
|
"category":"Graphics",
|
||||||
"iconclass":"fa fa-eye",
|
"iconclass":"fa fa-eye",
|
||||||
"mimes":["[^\/]*/.*pdf", "image/.*"],
|
"mimes":["[^\/]*/.*pdf", "image/.*"],
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<afx-app-window data-id = "preview-win" apptitle="Preview" width="600" height="400">
|
<afx-app-window data-id = "preview-win" apptitle="Preview" width="600" height="400" blur-overlay="true">
|
||||||
<afx-vbox data-id = "container">
|
<afx-vbox data-id = "container">
|
||||||
<div data-id="view" ></div>
|
<div data-id="view" ></div>
|
||||||
<afx-hbox data-height = "35" data-id = "statcontainer" >
|
<afx-hbox data-height = "35" data-id = "statcontainer" >
|
||||||
|
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "xsang.le@gmail.com"
|
"email": "xsang.le@gmail.com"
|
||||||
},
|
},
|
||||||
"version":"0.1.2-a",
|
"version":"0.1.3-a",
|
||||||
"category":"Graphics",
|
"category":"Graphics",
|
||||||
"iconclass":"fa fa-eye",
|
"iconclass":"fa fa-eye",
|
||||||
"mimes":["[^\/]*/.*pdf", "image/.*"],
|
"mimes":["[^\/]*/.*pdf", "image/.*"],
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<afx-app-window data-id = "preview-win" apptitle="Preview" width="600" height="400">
|
<afx-app-window data-id = "preview-win" apptitle="Preview" width="600" height="400" blur-overlay="true">
|
||||||
<afx-vbox data-id = "container">
|
<afx-vbox data-id = "container">
|
||||||
<div data-id="view" ></div>
|
<div data-id="view" ></div>
|
||||||
<afx-hbox data-height = "35" data-id = "statcontainer" >
|
<afx-hbox data-height = "35" data-id = "statcontainer" >
|
||||||
|
@ -345,7 +345,7 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/Preview/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/Preview/README.md",
|
||||||
"category": "Graphics",
|
"category": "Graphics",
|
||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"version": "0.1.2-a",
|
"version": "0.1.3-a",
|
||||||
"dependencies": ["libpdfjs@2.6.347-r"],
|
"dependencies": ["libpdfjs@2.6.347-r"],
|
||||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/Preview/build/release/Preview.zip"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/Preview/build/release/Preview.zip"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user