Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

fix: change css to be compatible with safari on ios 14 #345

Merged
merged 3 commits into from
Jun 24, 2022
Merged

Conversation

luizstacio
Copy link
Member

@luizstacio luizstacio commented Jun 24, 2022

Fixes app to work on safari iOS version 14~15.

The biggest problem was related to the use of the late spaces of CSS, which supports some features from layout grid and flex together.

  • Fix iOS version 14~15
  • Add inputMode on CoinInput to show correct keyboard on mobile.

cc: @SilentCicero

@luizstacio luizstacio self-assigned this Jun 24, 2022
@luizstacio luizstacio linked an issue Jun 24, 2022 that may be closed by this pull request
@luizstacio luizstacio merged commit 1d75126 into master Jun 24, 2022
@luizstacio luizstacio deleted the ls/344 branch June 24, 2022 18:01
pedronauck added a commit that referenced this pull request Jun 24, 2022
* 'master' of github.com:FuelLabs/swayswap: (21 commits)
  fix: change css to be compatible with safari on ios 14 (#345)
  feat: add tx links for add/remove liquidity (#338)
  feat: improve height controll to avoid content hidden and colissions (#339)
  fix: get current blockheight to add on deadline (#342)
  fix: increase deadline (#341)
  feat: avoid multiple error notifications (#336)
  feat: loading button size (#335)
  chore: Revert "chore: remove launch app button on home" (#330)
  feat: make logo clickable (#327)
  feat: add more contrast to home text (#329)
  chore: remove launch app button on home (#325)
  chore: remove redundant docs link in header (#324)
  refactor: share button link direct to twitter (#321)
  feat: update contract ids on gh release (#319)
  refactor: twitter share feature (#316)
  feat: add eth and token amount on init pool action (#318)
  chore: fix typo (#317)
  style: bump tx feedback 5s -> 8s (#313)
  feat: add block explorer links on swap feedback and wallet info (#308)
  feat: improve checkbox ui for legal disclaimer (#310)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

App is breaking on safari iOS version 14~15
2 participants