Community Questions & Answers

Open website QR in a webView

Hi! I need (again) help. I'm using the Scandit module to scan QR codes. It works well, but when you scan a QR code only open an alert: Alert success (QR): http://www.google.com OK And what I want is to open the url in a browser. I tried this, but the...

createWindow url doesn't function well

In Titanium Studio, i create my project using Default Project and Titanium SDK is 3.2.0.v20130414162442 and Deployment Target is Blackberry. In my app.js ~~~ Titanium.UI.setBackgroundColor('#000'); var tabGroup = Titanium.UI.createTabGroup(); var win1 =...

embed html url parameters

Hi! I need to embed some local html files in a native app (Android and iOS). I've loaded the index in a webview and it works. Then, Html files pass parameters to other html through url (defined in href). It works fine on iOS simulator and Android...

iOS - Contact Profil Pictures

Hello there, iám searching on the web since this morning but i can´t find a documentation or something like that, where i can find a solution for my problem. I have an tableview with the names of contacts but i want the profil pictures on the left...

imageview with https URL not working

Hi, all I have a problem to let imageview use https url, but I got warning message like below and image not display in imageview ~~~ [WARN] : Unable to securely connect to MYDOMAIN.COM with the latest TLS. Trying again with TLS1.0. It is highly...

Webview remote url doesn't load (ios)

**Q) Why won't my webview load at all? See test app.js and error below, thanks.** In app.js: ~~~ var win = Ti.UI.createWindow({ title: 'test window' }); var webView = Ti.UI.createWebView({ url:...

Remote images not showing up

I have an example image http://50.56.32.41/profile/p.png that I am trying to display in an ImageView, and if I open up safari on the iOS simulator it comes up, but when I try it ` var profilePic =...

Need help opening nested windows in Android

[INFO] Android SDK 2.2, Titanium 3.0, Master/Detail project I've got my main screen all setup, and I open my first window just fine from the main, but opening windows from the previously opened window will NOT work. My main window: ~~~ function...

How to convert a remote url into Blob data?

Hi everyone I am trying to convert remote url to blob data to upload image to server. I have tried a technique which is : First add `url` to `imageView` and then convert `imageView` into blob data using `toBlob()` method. But this is also not helping me....

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 :...

Alloy Beginner's Questions

I would like to ask a couple of questions on Alloy since I am a beginner. I tried [http://docs.appcelerator.com/titanium/latest/#!/api/Alloy](http://docs.appcelerator.com/titanium/latest/#!/api/Alloy) and...

Url chaning other page

Hi folks I m using Ti 3.0 and developing for ios 6. My problem is when I click the view.it dont change Url other window.and how can reload the window .I write simple way ~~~ Ti.include('url.js'); Ti.include('parameter.js'); //Ti.include('gallery.js'); ...

remote data not being saved

I'm trying to retrieve data depending on some params, if its local or its an URL. EventList is supposed to be a module, required in app.js The `self = myData.events` is ok, if I output it is what it's supposed to be, but the `return self` returns an empty...

ImageView URLs and Space Characters

This is less a question than a bug report. When creating a new ImageView, using a remote URL for the image throws an error if a space character is part of the URL string. ~~~ [ERROR] invalid image type. expected TiBlob, String, TiFile, was: __NSCFString ...

Problem with a url

I have a problem with my app, i save a url from one image in a variable, when i need reload de image in the webview with this url, the app don't send me nothing, but others url's show me the image.... somebody help me

Webview interaction

We are moving our iphone project into titanium for an app we are soon to publish. A problem has popped up with extracting data from the webview. The page showing is an external page from our website. For certain links that the user clicks we want the app...

http connection problem

hi, I am on working on a titanium app for android. from the app i am trying to connect to my localhost. But its showing an error like the connection is refused or something like that. Here I am providing my code. ~~~ var loginReq =...

How to pass multiple value on URL

Hi, How to pass multiple value from URL to store value in the server database. Following is the code where i'm passing single value from the URL... var url = 'http://ServerIP/Kisan1.php?name="' + tfname.value+ '"&update=true'; I need to...

Showing 1-50 of 216 1 2 3 4 5