Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMOB-12223 - Implemented WebView #13

Merged
merged 1 commit into from Jan 29, 2013

Conversation

pec1985
Copy link
Contributor

@pec1985 pec1985 commented Jan 27, 2013

Test in test/apps/native/tibbtest/webview_test.js

Properties:

  • setData() - not working
  • setDisableBounce() - not working
  • setEnableZoomControls() - not working
  • setLoading() - not working
  • setPluginState() - not working
  • setScrollsToTop() - not working
  • setShowScrollbars() - not working
  • setWillHandleTouches() - not working
  • setHideLoadIndicator()
  • setHtml()
  • setScalesPageToFit()
  • setUrl()
  • setUserAgent()

Methods:

  • evalJS()

Events

  • beforeload
  • load
  • error - not working

Properties:
setData() - not working
setDisableBounce() - not working
setEnableZoomControls() - not working
setHideLoadIndicator()
setHtml()
setLoading() - not working
setPluginState() - not working
setScalesPageToFit()
setScrollsToTop() - not working
setShowScrollbars() - not working
setUrl()
setUserAgent()
setWillHandleTouches() - not working

Methods:
evalJS()

Events
beforeload
load
error - not working
@joshthecoder
Copy link
Contributor

@pec1985 Can you please merge up with master to resolve the merge conflicts. Thanks.

@joshthecoder
Copy link
Contributor

Ah don't worry about the merge conflicts, they where trivial to fix.
Testing out your changes now and if everyone things looks good I'll push it to master.

@joshthecoder joshthecoder merged commit 1abe67a into appcelerator-archive:master Jan 29, 2013
@pec1985
Copy link
Contributor Author

pec1985 commented Jan 29, 2013

Oh hey, I haven't had the time today yet. Sorry about that

@joshthecoder
Copy link
Contributor

No worries. I have merged it into master and seems to be working great.

@pec1985 pec1985 deleted the TIMOB-12223 branch January 29, 2013 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants