[AC-895] Uncaught TypeError: undefined is not a function at /index.html (line 92)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-15T07:31:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Appcelerator Modules, Studio, Titanium SDK & CLI |
Labels | android, studio3 |
Reporter | ROHIT YADAV |
Assignee | Shak Hossain |
Created | 2014-09-07T05:07:29.000+0000 |
Updated | 2016-03-08T07:37:12.000+0000 |
Description
how to resolve this error from the web page at http://127.0.0.1:8020/index.html.
this error comes every time when i create any html5 based application on titanium studio latest (just downloaded)....
I just ran into this as well, trying out Titanium for the first time.
Hello, I have tested this issue in my updated environment. This is not a bug for latest Appcelerator version. Not sure if this is still an issue for you. It doesn't appear to be based on our latest tests. Please let me know how I can help further. *Test Environments:* CLI Version :4.0.1 Titanium SDK Version:4.1.0.GA Android: Google Galaxy Nexus:4.1.1 - API 16 - 720x1280 Appc Studio: Appcelerator Studio, build: 4.1.1.201507141126 Alloy: 1.7.3 Target Platform = mobile web *Test code:* *app.js*
*test.html*
*Test Steps:*
Create web view on app.js .
Create a text.html using html5 elements .
Add load event listener on window
Call evalJS function into load event.
Run the project using Mobile Web Preview in Browser.
Test Result: Project builds successfully without any error in web browser. Check [this ](http://i59.tinypic.com/k20kdj.png). Thanks