Questions tagged [titanium-proxy]

Titanium Proxy is the native code that acts as the connection bridge between the javascript code and the native code in Titnaium mobile apps.

Titanium Proxy is the native code that acts as the connection bridge between the javascript code and the native code in Titnaium mobile apps.

9 questions
1
vote
0 answers

Titanium.Web.Proxy how to modify request Body

any here, i want use Titanium.Web.Proxy capture http/https request Body, the request is from selenium, i want started Chrome the first page request.Method is "POST", in fiddlerCore maybe use "oSession.utilSetRequestBody(Body)" be can sure,but in…
Naruto Lee
  • 41
  • 7
1
vote
0 answers

Alloy view not working with Native ios module

I have developed a native module which requires me to pass a view while opening the module controller. The module is basically a PDF Reader and I need to put a custom sharing button which I need to pass from Titanium code. This button view was…
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
1
vote
1 answer

How add View in Android module in Tintaium

i just Novice to Android module development with Titanium. I want to add simple View in android module and in Titanium android Application on button click i just want to open that View .
1
vote
1 answer

Call JavaScript function from native in Titanium

How to call a JavaScript function from native Android module in Titanium. I want to register a JavaScript function in application view to listen for some events in native module and call back that function from native when that event happens.
Tarak
  • 1,142
  • 3
  • 12
  • 28
0
votes
0 answers

Titanium Web Proxy does not see all traffic

In the example from the repository, that in the console that in WPF, the titanium does not see HTTPS traffic from the test application. Fiddler sees it perfectly. I don’t change the test code, I launch it immediately by downloading it from the…
100Rad
  • 1
  • 2
0
votes
1 answer

Extending Titanium WebViewProxy for Android - Build error

I need to extend Titanium's Android Webview with some additional functionality, however I'm not able to build my titanium project after including my created module. My module has the titanium-ui.jar on it's build path and I have copied the original…
gasparuff
  • 2,295
  • 29
  • 48
0
votes
2 answers

Titanium Module: Passing Titanium.UI.Button into module to display UIPopoverController

I am developing a module which will work for both iPhone and iPad. In this module, I am trying to mimic UIActivityViewController and will display custom for both iPhone and iPad. Problem: The Popover is displayed at top, left corner in iPad screen.…
0
votes
1 answer

Use third party jar's service in titanium

I am new in Titanium and making a hybrid application on it. I have a problem like if i make a normal android project and made an activity, a service in that project and made a .jar from it lets say example.jar. Now i started action with Titanium…
0
votes
1 answer

Difference between TiProxy and TiViewProxy in titanium

I'm now developing a module for titanium application. I have already created module using proxy. (TiProxy). The new module I'm creating is based on view. So I'm trying to use TiViewProxy. But I'm confused with some terms: What is the major…
Midhun MP
  • 103,496
  • 31
  • 153
  • 200