Hello.
How can I open link from javascript code on button click? I have URL as local storage variable, so I have to do it in code, rather than EVENT - Navigate to link.
Thanks!
Hello.
How can I open link from javascript code on button click? I have URL as local storage variable, so I have to do it in code, rather than EVENT - Navigate to link.
Thanks!
Hello! Please take a look here http://docs.appery.io/javascript-api/...
Thanks, but I need to open browser with URL... Any ideas?
Take a look here http://cordova.apache.org/docs/en/3.0...
Thanks a lot, Marina!
Hello!
I tried to understand the links you gave here Maryna, but I don't understand. I tried something like this:
EVENT CLICK RUN JAVASCRIPT
var one = appery("LinkFromInput").val();
window.open('one');
I also tried without the variable:
window.open('appery("LinkFromInput").val()');
Try this!
function myFunction() {
window.open(one);
}
(You should not put code'example'/code for one and your URL should contain http/a href="https://" rel="nofollow"https:///a)
You may want to check out this website http://www.w3schools.com/jsref/met_wi... which tells your further information such as adjusting the screen size or with toolbars,etc