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

1.2.160 Fixes #62

Merged
merged 11 commits into from
Aug 20, 2019
Merged

1.2.160 Fixes #62

merged 11 commits into from
Aug 20, 2019

Conversation

AGulev
Copy link
Contributor

@AGulev AGulev commented Aug 6, 2019

  • HTML5 Manual
  • Android support-v4 full list of the packages

docs/en/manuals/html5.md Outdated Show resolved Hide resolved

You may opt to save application data within the _HTML5 application cache_ (See https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache), as it may improve loading times and reduce network traffic. Most commonly, this features is not used during development as the browser will prefer cached data over any new content you create. If you use the feature during testing, note that building a new bundle will alter the cache manifest, leading to new data being fetched. All browsers provide the means to clear this cache.
If you want to test your bundle, just upload it to your remote HTTP server or create local, for example, using python in the bundle folder.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"or create local" -> "or create a local server"

python -> Python

docs/en/manuals/html5.md Outdated Show resolved Hide resolved
- Javascript logic

Although the implementation of any associated Javascript is a matter of preference, Defold applications will send information back to you if you implement a "SplashControl" object that contains the following methods:
::: sidenote
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe even ::: important ?

docs/en/manuals/html5.md Outdated Show resolved Hide resolved
onSetMessage(text)
: This callback receives text that is intended for display to the user.
In `game.project` possible to turn-off the `Fullscreen` button and `Made with Defold` link.
Defold provides a dark and light theme for the index.html. The light theme is set by default but it possible to change just changing `Custom CSS` file. Also, was predefined four different scale modes that possible to change in `Scale Mode` field.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"but it possible to change just changing" -> "but it is possible to change by changing"

"Also, was predefined four different scale modes that possible to change in Scale Mode field.
" -> "There is also four predefined scale modes to chose from in the Scale Mode field."

docs/en/manuals/html5.md Outdated Show resolved Hide resolved

For the `Fit` mode canvas size will be changed the way to show full game canvas on the screen with original proportions. The only difference in `Downscale Fit` is changing size only if the inner size of the webpage is smaller than the original canvas of the game, but doesn't scale-up when a webpage is bigger than the original game canvas.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"will be changed the way to show full" -> "will be changed to show full"

docs/en/manuals/html5.md Outdated Show resolved Hide resolved
@britzl britzl merged commit f995f60 into master Aug 20, 2019
@britzl britzl deleted the 1.2.160 branch August 21, 2019 04:14
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.

2 participants