How to make that Webviev lost swf file from internal memory applications?
Try this code:
But in the application runs just blank white window WebView
Try this code:
B4X:
Sub Process_Globals
End Sub
Sub Globals
Dim WebView1 As WebView
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("main")
WebView1.LoadUrl("file:///android_asset/book.swf")
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
But in the application runs just blank white window WebView