Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tychota/buginputacessoryview
Minimal working example for a bug of InputAcessoryView
https://github.com/tychota/buginputacessoryview
Last synced: 22 days ago
JSON representation
Minimal working example for a bug of InputAcessoryView
- Host: GitHub
- URL: https://github.com/tychota/buginputacessoryview
- Owner: tychota
- Created: 2018-12-07T12:44:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T12:46:39.000Z (about 6 years ago)
- Last Synced: 2024-11-06T02:23:49.453Z (2 months ago)
- Language: Objective-C
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Reproduce the bug
On iOS:
- navigate to B
- see the input on the bottom
- navigate to C
- see the input still here on C page for ~ 0.5sec (Bug n°1)
- see the input going hiden then
- navigate back
- the input is gone (Bug n°2)## next steps
- go to `fix/bug-2`, do `yarn` and recompile to fix the bug n°2
- (no working, wip) go to `fix/bug-1`, do `yarn` and recompile to fix the bug n°1