1. In my B4A App on click, it opens Google chrome browser. Where everything works well
2. But, in my project i must have to full fill two requirements which is not working in my present situation.
How do i make following Google chrome screenshot reference 1 and 2 work?
reference 1 is: hide the address which is confidential
reference 2 is: closing the Google chrome window using Javascript window.close() never works
If we cant solve it using B4A. I therefore want to know if there is any B4A WebRTC library available (such as WebView)?
Cause Point1, and Point2 is a must requirement in my project.
B4X:
Dim i AsIntent
i.Initialize(i.ACTION_VIEW, "https://www.invisible-site.gov/invisibleReferences")
i.SetComponent("com.android.chrome")
StartActivity(i)
2. But, in my project i must have to full fill two requirements which is not working in my present situation.
How do i make following Google chrome screenshot reference 1 and 2 work?
reference 1 is: hide the address which is confidential
reference 2 is: closing the Google chrome window using Javascript window.close() never works
If we cant solve it using B4A. I therefore want to know if there is any B4A WebRTC library available (such as WebView)?
Cause Point1, and Point2 is a must requirement in my project.