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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -