Hello everyone, I need to implement a control within a webview and specifically I should make sure that the user can view a certain specific web page contained in the webview only once.
The ideal thing would be to ask the user for confirmation with a yes / no dialog.
So if the user answers no, the page is not displayed (loaded) on the contrary if he answers yes, the page is loaded and displayed, but only once, after which the user can no longer view it (a sort of disposable page , in a sense).
Is it possible to implement a control similar to the intent of a webview on the B4A & B4i side or must it be implemented on the CMS side (in this case it is a page on drupal)?
The ideal thing would be to ask the user for confirmation with a yes / no dialog.
So if the user answers no, the page is not displayed (loaded) on the contrary if he answers yes, the page is loaded and displayed, but only once, after which the user can no longer view it (a sort of disposable page , in a sense).
Is it possible to implement a control similar to the intent of a webview on the B4A & B4i side or must it be implemented on the CMS side (in this case it is a page on drupal)?