Community Questions & Answers

Clicking links in a PDF in WebView

I am using iOS and have a `WebView`. I am loading a PDF in the `WebView`. In this PDF is some text and one word in particular is hyperlinked. I can see the blue underlined text in the `WebView`, however, I am not able to click the link. It is simply...

How do you put links to websites in labels?

I'm curious whether there is a way to hyperlink to a website a la html anchor tags style. I have a label and may either want to linkify the entire label or a part of it. I'm hoping that I don't need to create a "mock" link with an underline...

Adding links to a paragraph?

Hello all, just wondering if there's a way to embed urls inside a paragraph...I used the Ti.UI.Createlabel and wrote a paragraph in the text field...and theres a sentence I want to enable with a webview link. Is it possible?

Link Problem after Packaging

I am using the Mac to packaged up a desktop project for both the Mac and PC. It is set up as a network installer type. The packaging finishes successfully but there are no links available. I have restarted Titanium several times. Any help would be much...

Links Not Working on Webview

Everything is coded in HTML and javascript...I am using webview as in: ~~~ var webview = Titanium.UI.createWebView({url:'index.html'}); var window = Titanium.UI.createWindow(); window.add(webview); window.open({fullscreen:true}); ~~~ Looks...

Change tabs from within webview

Hi there, I'm just coming from jQTouch, and am attempting to recreate my app in titanium using webviews (just to start whilst I get to grips with the software). I'm working with the kitchen sink at the moment, and have been able to get my webviews setup...

Webview -> loaded html -> links -> safari

Hey there, i have searched for 3 hours now, i found some solutions but is there no simple way to open links from my loaded page in safari? My page will loaded vom ios and andoid so i can´t do in my Links Ti openurl and so stuff. So please help and...

Interceping a link in a web view

I have a small webview above a larger scrollview, the webview is used to display an image with a link. When the image is clicked the link is opened in the small web view. Is there a way to intercept this click on the link and open in a new larger webview....

Can't click links inside a webview

I am creating a way to present news article from an RSS feed. Because the content that is returned is html and because the content can change, I simply create a webview and add it to a row. Everything works fine, the styling shows properly, however, when I...

Link between two Tabs

Hi, is there a way to open a tab from another via the eventListener? My example is this here: ~~~ buttonSearchNowDat.addEventListener('click', function(e){ if (usePickerDate == true && cityPicker == true && categoryPicker == true)...

webViews in tableRows?

Has anyone had any luck using webViews in tableRows? This seems to be the only way possible to have href links in the 'title' of the row. (rather like a twitter client might have url links in the 'title/tweet' in a tablerow) I seem to be getting some...

Showing 1-29 of 29