I am displaying a message in text box over a extension object in normal mode. In webview mode, the message should not be shown,the text box should be hidden as soon as qvw is in webview mode. There are no actions in trigger for this. I have attached a sample qvw.
You could conditionally show/hide the text box using the system function ClientPlatform(). This will return the browser name using Ajax and is null for the desktop client or IE plugin.
HTH
Jonathan
Logic will get you from a to b. Imagination will take you everywhere. - A Einstein