NappJockey
NappJockey copied to clipboard
Communication between Titanium and webpage running remotely
Can we still use this safely or are there any important updated required? Working on SDK 7.4.0.GA Thanks!
Hi, Can you update the Android version of your (very usefull !) module to titanium SDK 6.0.0 ? I use it in my project and want to upgrade it. Thank's,...
You can only set/attach an URL, but not set html data like this: ```WebView.html = "test";```
I need to send custom header to the webview. I use `requestHeaders: { 'appVersion': '1' },` but the headers are not send
Hey @viezel, I unfortunately got an error on starting my Android app with SDK 6.0.0.GA This is the stack: ```log [ERROR] : dalvikvm: dlopen("/data/app-lib/com.hood.media-1/libdk.napp.jockey.so") failed: Cannot load library: load_library(linker.cpp:750): library...
As titled, the webview.evalJS('function name') does not work and throws the following error ``` [ERROR] [iphone, 10.1, 10.0.50.105] { "message": "undefined is not a function (evaluating 'webView.evalJS(\"removeSidebar();\")')", "line": 255, "column":...