5 Answers
Not with Soti script or in any way related to MobiControl.
I believe your developer should know how to generate a notification with a button on the notification bar. An android intent to open the browser with a specific URL should be associated with that button, such that if the device end-user tap on the button, your device browser can be launched to browse the required URL.
If the browser is disallowed from being run in your kiosk mode, you can either add the browser as an item in your kiosk, or at least whitelist it with application-run-control profile payload.
yes that's right.. what to implement in the app ? i thought i can use SOTI feature (script etc) to execute this feature
I'm afraid I can't understand what you mean.
If your kiosk menu include an app, which at some point(s) of execution need to generate a notification, which allows device end-user to click a button in the status/notification bar to start a web browser browsing a particular URL, then I think what you need should actually be implement in the app itself, and there is nothing that Soti MobiControl device agent needs to do.
If you are referring something different from what I said above, please clarify.
sorry i mean my client device, my client want to send web base notification so the user can just click it and the web open automatically in the device..
If your device has kiosk menu, could you please clarify who generates the notification, and by what means?