FuseJS/InAppBrowser Module (JS)
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
The InAppBrowser API allows you to launch In App Browser
You need to add a reference to "Fuse.Launcher"
in your project file to use this feature.
Example
var inAppBrowser = require("FuseJS/InAppBrowser");
inAppBrowser.openUrl("https://fuseopen.com");
Location
- Namespace
- Fuse.Reactive.FuseJS
- Package
- Fuse.Launcher.InAppBrowser 2.9.1
Interface of InAppBrowserModule
Inherited from NativeModule
AddMember(NativeMember) uno
Reset : EventHandler (object, EventArgs) ux
Inherited from Module
Dispose uno
Evaluate(Context, ModuleResult) uno
Evaluate(Context, string) : ModuleResult uno
Evaluated : EventHandler (object, EventArgs) ux
EvaluateExports(Context, string) : object uno
GetFile : FileSource uno
Returns the file source that will be watched by the Context for changes in Fuse preview. Override in subclasses and return correct file source to support live updates in Fuse preview.