简体   繁体   中英

Dummy Browser for Codename One

Is there a relatively simple way to create a dummy browser, as in a browser with only the display portion, no address bar, buttons, etc. in a Codename One app? I want to build an app that is using the equivalent of a mobile site for most of the content but still uses the conventional app features for some of its functionality.

You can use both BrowserComponent and WebBrowser which also works for older devices. Notice you are referencing the older javadocs see this:

https://www.codenameone.com/javadoc/

Also check out the component list in the developer guide (which can also be downloaded as a PDF):

http://www.codenameone.com/manual/components.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM