Community Questions & Answers

Webview click url

Hi there, i have a webview and i want to click links in the message, and want to open them in a modal window, but how can the script understand that the text have a link? This is for iOS. Thanks ~~~ var lbl = Titanium.UI.createWebView({ html :...

Coverflow

Hi, I am debating about using coverflow for my project, but before I decide if it's the right fit, how easy is it to: -have a link open up when any image is clicked? (I'm guessing the only way to do this is to add an EventListener) -have text underneath...

Button onClick Redirect???

i Need the onclick event to redirect the button click to another .js file. including if i have to add anything in the app.js i am a newbie just trying to learn this. thanks in advanced and see you at Codestrong!

Opening AppStore from titanium app

titanium mobile sdk 2.0 iphone sdk 5.1 Hi, I wanted to create a link which will lead the user to itunes/appstore and display all my apps. I used [iTunes Link Maker](http://itunes.apple.com/linkmaker) to create the links and then added this into my app...

how to run fql

who can help me out ... so basically i want to link the users name and profile photo from FB to the profile of my app. so when the user logs in into my app with FB and heads on over to profile, then he should be able to see his photo and name my code...

Flash videos are not displayed

I'm already posted a question about this but i want to complete it. [Open webview link from XML Parser with a new window](http://developer.appcelerator.com/question/136033/open-webview-link-from-xml-parser-with-a-new-window#comment-124672) I created a RSS...

Linkify part of text in label.

Hi,In my application I want to linkify part of text in label. Eg. you have read and agree to the **terms of services** and if I click on terms of services, open terms of services web page. I tried following solution ~~~ var win = Ti.UI.currentWindow; var...

Label with Multiple Links

Hey Guys, I just had a question that I figured I would ask to make sure I wasn't reinventing the wheel before I built it out myself. This question is relating to the iPhone build...for now. What I want to do is have a label (or other?) tag that contains...

Link two scrollViews

I would like to link two scrollviews and I understand this may not be possible. What I mean by that is this: Scrollview 1: Horizontal scrollview with content that exceeds the right hand side of the screen. User can drag to view the contents that exceed...

Where are my builds?

Right now I'm alway from the Studio where I build my app, but I wold like to install the "private" build here to test. So I realised that I only have access to the public page for the build in the Studio I build the app. There is a way to find...

Facebook Feed, avatar link up to date.

Hi. I am connected to a fan page, and retrieving the wall feed throw this link: http://www.facebook.com/feeds/page.php?format=atom10&id=XXXXXXXX I'm able to see the wall's post, but I don't know how to link to the little avatar from the fan...

Stupid web link button question

In my button click handler, how would I open a URL in Safari? This is iOS obviously, on an iPad. I would want to prompt the user (unless the happens automatically) that the action will close my app, but I want to hand off the URL to Safari instead on...

Problem finding a regex

Hello everyone, I am stuck right now. I have a webview with remote content stored locally (basically some text with html tags and a little css). Everything works fine except that some of the images and links are relative to the website and so the app...

Link in the text

hello can i link a text in the label like this --> This is <a href='http://google.com'>google</a> so when the google clicked or touched i want to open that link on a webview .

Add a click event to a TableViewRow?

Hey, I'm having a bit of a problem. Basically I am generating my tableviewrows with a 'for' loop to drag in all the data from JSON. However I want to adda click event to the rows that opens a certain view but passes a value specific to that particular row...

facebook share button

Hi, I have a basic question, but i don't know how to treat this situation... I just want to add a button : "Share on Facebook" in order to share an URL. How is it possible ? (as seen on Sharekit.com for example) Thanks a million in advance.

Parsing a link

How would I go about finding a link in, say, a twitter status, and then allowing the user to click on that row to open the link in a web view. Here is what I am using to get, parse, and display current tweet data. Now I am just wanting to add the ability...

links broken in a webview

**UPDATE** If you are having the same issue, you can follow the ticket in the link below for a solution I've posted this in the as a bug already: https://appcelerator.lighthouseapp.com/projects/32238/tickets/2995-webview-link-doesnt-click but I was...

Showing 1-50 of 71 1 2