-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Stories: iPad Support #16031
Stories: iPad Support #16031
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
- autosize the footer view of the prepublishing sheet - set preferred content size after layout pass - remove special iPad case so it respects the prepublishing size
Keeping inline with iPhone presentation
# Conflicts: # Podfile.lock
Generated by 🚫 dangerJS |
👋 We're freezing 17.3 today, so this PR is being bumped to 17.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @bjtitus code looks good to me.
But I found some problem during the test. Not sure if its related to this PR though so I'm gonna approve it.
- On iPad/iPhone: If I select more than one image (or shoot more than 1) and I tap the arrow to post, the app crashes. (below the screenshot)
- On iPhone: if I select an image and then tap the arrow to post it, when I navigate back and I tap the + to add one more image, the camera doesn't work anymore and I can only import images from my camera roll
- On iPad: same scenario I described above, when I dismiss the popover to post, I can not add a new image because the + button is not enabled.
👋 We're freezing |
We're cutting |
@bjtitus I'm going to bump this to the next release because we'll be code freezing If this cannot wait two weeks and it's important that this makes it into this release, let me know and we'll organize a new beta once ready. 👍 Also, both this and #16583 have been sitting here for a while. Is there something I can do to help unstuck them? 🤔 |
👋 I'm going to close this PR due to lack of activity, but please reopen if this was an error. Thank you. |
Adds iPad support for Stories.
Related PRs
Kanvas: tumblr/kanvas-ios#112
Changes
EditorCreationError
and other related code)confirmButton
to display the prepublishing sheet as a popover.overFullScreen
so that it mirrors the iPhone presentation.Testing
PR submission checklist:
RELEASE-NOTES.txt
if necessary.