reload
Reloads the current page, or loads a new template to replace the current page.
Syntax
iOS
LynxBaseInspectorOwner.h
Android
LynxBaseInspectorOwner.java
Parameters
ignoreCache: Whether to ignore the cache. Iftrue, rendering-related caches will be cleared.templateBin: A Base64-encoded Lynx template string (nullable or empty).- When calling the first
reloadmethod, or when this parameter isnullor an empty string: The page's original template is reloaded. - When this parameter is a valid Base64 string: The new template contained in the string is loaded, which can be used for redirection.
- When calling the first
fromFragments/fromTemplateFragments: Whether to load the template file in fragments.- For internal use only. External calls should always set this to
false.
- For internal use only. External calls should always set this to
size/templateSize: WhenfromFragmentsistrue, specifies the total size of the template file in bytes.- For internal use only. External calls should always set this to
0.
- For internal use only. External calls should always set this to
Compatibility
LCD tables only load in the browser