hide location bar in child browser and add a close button
hide location bar in child browser and add a close button
BY 29 Nov 2013Web Application Development
I open a child browser with the following code from this forum, which works well:
function OpenBrowser() {
console.log(“OpenBrowser() called”);
var appControl = new tizen.ApplicationControl(“http://tizen.org/appcontrol/operation/view”,target );
Is it possible to hide the location/address bar and add a close button? It is inconvenient having to press the back button several times to go back to the app.
hide location bar in child browser and add a close button
I open a child browser with the following code from this forum, which works well:
function OpenBrowser() {
console.log(“OpenBrowser() called”);
var appControl = new tizen.ApplicationControl(“http://tizen.org/appcontrol/operation/view”,target );
tizen.application.launchAppControl(appControl, null,
function(){console.log(“launch appControl succeeded”);},
function(e){console.log(“launch appControl failed. Reason: ” + e.name);} );
}
Is it possible to hide the location/address bar and add a close button? It is inconvenient having to press the back button several times to go back to the app.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio