Community Questions & Answers
Webview converting numerics to phone numbers
Let's say I programmatically set the innerHTML of a div called test to 96840664702 and then write javascript... ~~~ alert(document.getElementById('test').innerHTML ~~~ In Mobile Safari on the iPhone, Firefox, etc., the alert will read...
Desktop packaging | Public links
Hi, I've just made the switch for Adobe Air to Titanium Desktop, and am very happy with my choice. Since this is a Business Application, I don't want to create public links. I've set the *PUBLISH PRIVACY* to *PRIVATE*, but it created a Public Link. All...
Links in Label. It's possible?
Hello! Is possible to create link a part of text (textarea or label)? How i do that? Example: [URL to image](http://d.pr/i/61su+)
buttons
How do i link the buttons using forgedUI from one window to another window. Please assist and thanks in advance.
Webview converting numerics to phone numbers
Let's say I programmatically set the innerHTML of a div called test to 96840664702 and then write javascript... ~~~ alert(document.getElementById('test').innerHTML ~~~ In Mobile Safari on the iPhone, Firefox, etc., the alert will read...
Getting the application to leave
I'm creating an webview in my app with some content. But I want that people when clicking inside that webview leave the app. Is there any way to do that?
iOs: link in webview not working?
Hello everyboby, I've got this simple code: ~~~ var win = Titanium.UI.currentWindow; var scrollView = Titanium.UI.createScrollView({ backgroundColor : '#fcfcfc', contentWidth : 'auto', contentHeight : 'auto', top : 0, ...
Clicking links in PDF using UIWebView
I am trying out Titanium Mobile for an app. I have a simple webview and the URL is set to a PDF. For whatever reason, I cannot click the links in the PDF that I created in acrobat. I see if I open the PDF in safari mobile, I can click them so I know that...
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...
Package Links: Access denied
After packaging a Desktop App I get the download links. But the links do no work. I get fancy code within the browser including "AccessDeniedAccess Denied2DFAAA6ADE41A801vvbN5E+VdruYAjS+F57/....". I tried all packaging options. I also logged me...
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?
HTML within webview opening links in Safari
I would like to know how you can get the HTML links being pulled into webview to open in Safari. I've seen some examples, the examples use onclick method that you have to invoke on a link, but if the content is pulled from a website you can't invoke this...
Clickable links inside table view row
I have created a table with rows that contains a webview that displays html page with links inside the html. Is there a way to make the links clickable inside a tableviewrow just like how facebook have links in the status? By the way, I'm developing for...
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...
Desktop - http links and flv video not working
**Firstly I think Titanium is great. Well done to all that are involved in its making.** But (there is always a but!) I am having a few problems and I'm not sure it's me or the program (probably me, eh?!) - but any help from anywhere would be so greatly...
Disable links in a webView?
Hi! I'm trying to figure out a way to prevent users from clicking links in a webView. "touchEnabled:false" ruined my scrollView so that is not an option. Any advice? Thanks!
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...
Links inside ActivityIndicator
I'm trying to create a "Cancel" link to abort HTTPClient request by adding a click event to a label and then trying to add it to the ActivityIndicator's message variable like this: indicator.message = "Processing..." + abortLnk; but...
How to replace the code inside the RSS (HTML)?
Hi, I'm trying to add an onClick parameter to every link inside the HTML file to open external links in the new window. Below is the code I'm going to use to replace/add text. It works good for a single link. But how can I find __all__ links in the...
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...
links are not clickable when webView inside tableView
I have webView inside tableView. Why links in webView are not clickable? I removed the event handler click on tableRow, but it did not help. I use titanium SDK 1.4.1.1
Since KitchenSink Is Not Compiling: Other Examples To Check Out And Get Started?
hi all, since kitchensink does not compile for a lot of people and there any other examples out there to check out and get started? or some link list with other sites/blogs to try? regarding kitchensink: my compile stops with "[INFO] Detected custom...
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...
Links Not available after packaging
I am trying to package a mac application, no matter what options I choose on the package page, it looks like its packaging - but then I get no links on the Links page, and no where to actually download the packages from!
Showing 1-29 of 29