codenameone - Codename One - all available BrowserComponent properties -
about browsercomponent properties, in api it's written so:
public void setproperty(java.lang.string key, java.lang.object value)
this method allows customizing properties of web view in various ways including platform specific settings. when property isn't supported specific platform ignored.
where listed available properties, including platform specific settings?
thank :-)
there no official list. use method workaround platform specific issues , never compiled list of what's available. on android use reflection underlying browser implementation varies based on google in internal component. that's why can't document it, once we need support that.
wiki
Comments
Post a Comment