Android Programming Press on the image to return to the main documentation page.

FlingableWebView

Written by B4A Object modified by Martin Pearman

List of types:

FlingableWebView

FlingableWebView


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Permissions:

android.permission.INTERNET

Events:

Fling(MovementX As Float, VelocityX As Float, MovementY As Float, VelocityY As Float) As Boolean
OverrideUrl (Url As String) As Boolean
PageFinished (Url As String)
UserAndPasswordRequired (Host As String, Realm As String) As String()

Members:


  Back

  Background As android.graphics.drawable.Drawable

  BringToFront

  CaptureBitmap As BitmapWrapper

  Color As Int [write only]

  Enabled As Boolean

  Forward

  Height As Int

  Initialize (arg1 As String)

  Invalidate

  Invalidate2 (arg0 As android.graphics.Rect)

  Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  IsInitialized As Boolean

  JavaScriptEnabled As Boolean

  Left As Int

  LoadHtml (Html As String)

  LoadUrl (Url As String)

  RemoveView

  RequestFocus As Boolean

  SendToBack

  SetBackgroundImage (arg0 As android.graphics.Bitmap)

  SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  StopLoading

  Tag As Object

  Top As Int

  Url As String [read only]

  Visible As Boolean

  Width As Int

  Zoom (In As Boolean) As Boolean

  ZoomEnabled As Boolean

Members description:

Back
Background As android.graphics.drawable.Drawable
BringToFront
CaptureBitmap As BitmapWrapper
Color As Int [write only]
Enabled As Boolean
Forward
Height As Int
Initialize (arg1 As String)
Invalidate
Invalidate2 (arg0 As android.graphics.Rect)
Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
IsInitialized As Boolean
JavaScriptEnabled As Boolean
Left As Int
LoadHtml (Html As String)
LoadUrl (Url As String)
RemoveView
RequestFocus As Boolean
SendToBack
SetBackgroundImage (arg0 As android.graphics.Bitmap)
SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
StopLoading
Tag As Object
Top As Int
Url As String [read only]
Visible As Boolean
Width As Int
Zoom (In As Boolean) As Boolean
ZoomEnabled As Boolean

Top