What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Adding a Link in Mobile App to Create a Pop-Up Window

mladha

New member
Hello,
I'm trying to use HTML to add a link to a page on my mobile app but I want the link to open a pop up, webview type page - the kind you'd see in Facebook if you were to click an ad. I'm using the basic HTML code:
<a href="https://nasimco.org/about-us/">NASIMCO</a>

But, that's just causing the link to open straight in my app. Any ideas?
 
Back
Top