Tagged with native_browser - Visokio Forums http://forums.visokio.com/discussions/tagged/native_browser/feed.rss Mon, 30 Oct 17 16:09:48 -0400 Tagged with native_browser - Visokio Forums en-CA Content view: native browser not displaying D3 visualisation in mobile browser versions? http://forums.visokio.com/discussion/2907/content-view-native-browser-not-displaying-d3-visualisation-in-mobile-browser-versionss Tue, 14 Apr 2015 08:28:22 -0400 CRead 2907@/discussions
Ideally I'd like to use the built in browser, but I can't get my D3-based JavaScript charts to show in the browser versions for mobile devices. As a result, I'm using the external browser to render the Content Views.

With the native browser I can get output to show in the classic interface by clicking on the view's toolbar and choosing 'view in native browser' from the tools menu. However, pressing F12 to create the browser version for mobile devices results in the lower right view working, but the upper right view not working.

I've cut both views down to bare bones implementations, and I'm not seeing any errors. Is there something obvious I'm missing here?]]>
Content View: using native browser (IE on Windows) to play mp4 video http://forums.visokio.com/discussion/1829/content-view-using-native-browser-ie-on-windows-to-play-mp4-video Fri, 12 Oct 2012 08:08:05 -0400 antonio 1829@/discussions MSDN page, Internet Explorer may need more directives to display properly some HTML5 content.

We suggest to include:
- the document type definition at the beginning of the page:
<!DOCTYPE html>

- the meta tag directive into the head tag:
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>

For example, to use the HTML "video" tag, copy and paste the following code into your content view, being sure to enable the Native Browser option.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>
<body>

<video width="320" height="240" controls="controls">
<source src="http://www.w3schools.com/html/movie.mp4" type="video/mp4">Your browser does not support the video tag.
</video>

</body>
</html>

]]>
Content View: Embedded images using "native browser"? http://forums.visokio.com/discussion/2484/content-view-embedded-images-using-native-browsers Mon, 03 Mar 2014 11:30:47 -0500 Bart 2484@/discussions
The support for embedded images in the Content View "native browser" hasn't been implemented.

Can we add support for them in there please? I did workaround for now as I have posted my pictures on the web and I am

using direct link,but this solutions is not ideal as it is not going to work offline.

Bart]]>
Outputs: Content View disappears when exporting to PowerPoint? http://forums.visokio.com/discussion/2395/outputs-content-view-disappears-when-exporting-to-powerpoints Wed, 30 Oct 2013 12:53:25 -0400 Bart 2395@/discussions