Languages

Menu
Sites
Language
URI shceme in TIZEN for browser

mailto: email with take to email, in the same way what is the URI sceme in TIZEN for browser....

Responses

9 Replies
André Reus

hi

You can use the simple mailto, see below for the simple markup.

<a href="mailto:name@gmail.com">Click here to mail</a>

And for URL

<p>Click the button to display a string as a hyperlink.</p>

<button onclick="myFunction()">Try it</button>

<p id="demo"></p>

<script>
function myFunction() {
    var str = "Free Web Building Tutorials!";
    var result = str.link("https://www.w3schools.com");
    document.getElementById("demo").innerHTML = result;
}
</script>

And let us know if these solve your problem 

Atma Ram

No URL Stuff isn't working... 

 

Just for info,

my app is hosted app so all the scripts and stuff loads from server.

From Offline app I am able to open TIZEN browser using http: or https: but for online app it doesn't open the browser.

André Reus

is that worked on other browsers ? And that is dependent on your hosted app not on tizen i think. 

Atma Ram
For other browsers or anything http: works... simple Click works...
André Reus

only in tizen browsers it doesn't work?

Atma Ram

I want to open TIZEN Browser from an hosted app.

 

The solution you gave doesn't work. May be it works on offline app,( From offline app, I am able to open tizen browser just with a link, but the same thing doesnt work from an hosted app)

 

I think you understand now what I am saying.

 

We can give link for mail, sms which opens the particular app, http opens browser from an offline app but the same http doesn't open browser from hosted app. So there should be some way so that browser can be triggered from hosted app.

André Reus

you may try like this in your hosted web app and try from tizen browser 

http://jsfiddle.net/safeeronline/70kdacL4/2/

 

Atma Ram

This also didn't worked... i think TIZEN browser is not supported for opening tab with the script.

André Reus

May be !

hope Tizen will focus on this issue on future.