-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ionic-native package #1
Comments
One more thing. Have you tested in any iOS ? I did test in emulator and its working fine, however on my iPhone, I cant show images. I think it is because the photos are synchronized in icloud, and just putting the photoURL into src of an img-element does not trigger loading of that photo from the icloud. What do you think ? |
@ArberK You can wait until ionic-native approve the PR, and technically, you can clone https://github.com/viskin/ionic-native, and run 'npm run build' - this will create ionic-native package locally. |
@ArberK I will try this on iPhone. |
@viskin is there a chance that you forgot to include LibraryItem in ionic-native ? |
Unlikely, as I compiled the demo without errors with ionic-native. You can
see it in ionic-native/src/plugins/photo-library.ts (if I remember it right)
…On יום ה׳, 23 בפבר׳ 2017 at 13:28 arberK ***@***.***> wrote:
@viskin <https://github.com/viskin> is there a chance that you forgot to
include LibraryItem in ionic-native ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKYX9B5Z43aVLqn3rtU9zNPGfefm_Lplks5rfW1pgaJpZM4MJNoM>
.
|
did you have time to try it? |
@ArberK I tried the demo project on iPhone, and images do appear (both thumbnails and full). |
hi,
what was your exact workaround to include PhotoLibrary into ionic-native? I see that you included the package from your local filesystem "ionic-native": "file://e:/dev/github/viskin/ionic-native". Hence the demo app can not be build in someone elses computer
The text was updated successfully, but these errors were encountered: