8000 GitHub - tbozhikov/ns-floating-button-poc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tbozhikov/ns-floating-button-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A way to make a floating button (or whatever thing) using {N}

Points to notice:

  • [iOS] Notice the usage of IQKeyboardManager and the config to control the distance:
this.iqKeyboard = IQKeyboardManager.sharedManager();
this.iqKeyboard.keyboardDistanceFromTextField = 90;
  • [Android] Notice the android:windowSoftInputMode="adjustResize" in AndroidManifest - it shrinks the view port and "pushes" the FAB up when the keyboard is open
  • The floating button is inside components/fab-button

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0