bounce

  1. A

    iOS Question Impossible to disable boucing scroll effect in WebView

    Hello, I tried some "solutions" to block the boucing scroll effect in webview. None of them have any effect. The "official solution" is : WebView.scrollView.bounces = false; WebView.scrollView.alwaysBounceVertical= false; WebView.scrollView.alwaysBounceHorizontal= false; That give ...
  2. Alexander Stolte

    Android Question [B4X] Scale Animation with SetLayoutAnimated

    Hello, how can i Do this Animation with myview. SetLayoutAnimated?
  3. Alexander Stolte

    iOS Question Bounce animation on a view similar for IOS

    Hello, on Android i use the "AnimationPlus" library for animating my views. with: INTERPOLATOR_BOUNCE i can bounce my view if i click on it, how can i do this in B4I?
Top