-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ImageSource): support ImageSource object properly
- Loading branch information
1 parent
ebfe2fd
commit c77c829
Showing
7 changed files
with
20 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ publish/src | |
publish/package | ||
demo/report/report.html | ||
demo/report/stats.json | ||
src/package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded" class="page" | ||
xmlns:ui="nativescript-image-zoom"> | ||
<GridLayout rows="auto,*,auto,auto" class="p-20"> | ||
<GridLayout rows="auto,*,auto,auto,auto" class="p-20"> | ||
<Label text="Zoom" class="t-20 text-center c-black" textWrap="true"/> | ||
<ui:ImageZoom id="image" row="1" src="~/images/148080.jpg" maxZoom="6" /> | ||
<Button row="2" text="Remote Source" tap="loadRemoteSrc"/> | ||
<Button row="3" text="Local Resource" tap="loadResource"/> | ||
<Button row="4" text="Load ImageSource" tap="loadImgSrc"/> | ||
</GridLayout> | ||
</Page> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.