FlingableWebView
FlingableWebView
Events:
- DoubleTap (X As Float, Y As Float) As Boolean
- Fling (MovementX As Float, VelocityX As Float, MovementY As Float, VelocityY As Float) As Boolean
- LongPress (X As Float, Y As Float)
- OverrideUrl (Url As String) As Boolean
- PageFinished (Url As String)
- SingleTap (X As Float, Y As Float) As Boolean
- UserAndPasswordRequired (Host As String, Realm As String) As String()
Methods:
- Back
- BringToFront
- CaptureBitmap As BitmapWrapper
- Forward
- Initialize (arg1 As String)
- Invalidate
- Invalidate2 (arg0 As Rect)
- Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- IsInitialized As Boolean
- LoadHtml (Html As String)
- LoadUrl (Url As String)
- RemoveView
- RequestFocus As Boolean
- SendToBack
- SetBackgroundImage (arg0 As Bitmap)
- SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- StopLoading
- Zoom (In As Boolean) As Boolean
Permissions:
- android.permission.INTERNET
Properties:
- Background As Drawable
- Color As Int [write only]
- Enabled As Boolean
- Height As Int
- JavaScriptEnabled As Boolean
- Left As Int
- Tag As Object
- Top As Int
- Url As String [read only]
- Visible As Boolean
- Width As Int
- ZoomEnabled As Boolean
Author: B4A Object modified by Martin Pearman