Skip to content
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

Fixed blank space in mobile view #45

Merged
merged 3 commits into from
Aug 2, 2021
Merged

Conversation

sofiadparamo
Copy link
Member

Closes #38

Causes:

Mobile browsers have a search bar on top of the screen, which is calculated for the viewport metrics, using 100vh works on desktop, but not on mobile browsers due to this. A workaround is to use position: fixed which is the setting used here.

Learn more in this link

@sofiadparamo sofiadparamo added bug Something isn't working P1 Priority 1 labels Jul 31, 2021
@sofiadparamo sofiadparamo added this to the HiTec release milestone Jul 31, 2021
@sofiadparamo sofiadparamo requested a review from a team July 31, 2021 06:13
@sofiadparamo sofiadparamo self-assigned this Jul 31, 2021
@netlify
Copy link

netlify bot commented Jul 31, 2021

✔️ Deploy Preview for tecoding ready!

🔨 Explore the source changes: 865574a

🔍 Inspect the deploy log: https://app.netlify.com/sites/tecoding/deploys/6105ff71e858e60008b1143e

😎 Browse the preview: https://deploy-preview-45--tecoding.netlify.app/

@sofiadparamo
Copy link
Member Author

sofiadparamo commented Jul 31, 2021

Before approving:

  • Review on at least 3 different android devices (preferably, a Tablet and two different mobile phones)
  • Review on at least 3 different iOS devices (preferably, an iPad and two different iPhones)

@sofiadparamo
Copy link
Member Author

Testers template

Note: Please be as specific as possible, include version numbers

  • Device model:
  • Operating system:
  • Web browser used:
  • Web browser version:
    [Attach your 4 pictures]

@sofiadparamo
Copy link
Member Author

Device model: Xiaomi Redmi Note 8
Operating system: Android 10, MIUI 12
Web browser used: Chrome
Web browser version: 92.0.4515.115

image
image
image
image

@GSLeonardo
Copy link

Device model: Samsung A50
Operating system: Android 11, ONE UI 3.1
Web browser used: Chrome
Web browser version: 92.0.4515.115

Landing Page
Multiple Options
Text Field
Result

@Diplex09 Diplex09 merged commit f6d4abe into main Aug 2, 2021
@sofiadparamo sofiadparamo deleted the patch/blank-space-mobile branch August 2, 2021 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Priority 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mobile version has a blank space at the bottom
4 participants