iOS Question User copy

Giusy

Active Member
Licensed User
Hi,
I load my html so:
B4X:
WebView1.LoadUrl("file://" & File.Combine(File.DirAssets, myhtml))
    panelWEB.AddView(WebView1, 0, 0, panelWEB.Width, panelWEB.Height)
is it possible to prevent the user from copying the document?
Thanks
 

Giusy

Active Member
Licensed User
Hi @Erel when my html is on webview1 if the user "press on" appear the possibility to copy a part or the entire document.
 

Attachments

  • copiare.png
    copiare.png
    87 KB · Views: 179
Upvote 0

Giusy

Active Member
Licensed User
@Filippo
I tried to load the label on the webview.
The label inhibits the webview.
I tried and tried again in every way.
I could not do it. I think I will be forced to give up :(
Thanks anyway
 
Upvote 0
Top