GenericJam
GenericJam

Reputation: 3015

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.

Upvotes: 0

Views: 73

Answers (1)

Shai Almog
Shai Almog

Reputation: 52760

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

Upvotes: 1

Related Questions