语言

Menu
Sites
Language
What kind of browser comes on the Samsung Gear S3 S2?

"I'm not sure what kind of browser comes on the Samsung Gear S3, but maybe it doesn't support suspending the audio context? If you check in the browser console on the device if AudioContext.prototype.suspend is available, that would identify the issue. If the browser doesn't support suspending or resuming the audio context, the problem is with the browser, not C2 - C2 will use these to optimise battery life if they are available, but if they're not available there's not much choice other than to leave the context running idle in the background. "

 

So there are the question:

1. what kind of browser comes on the Samsung Gear S3  S2?

2. Is it support the audio context?

3. How  can it be checken with emulator or how? I mean see it in Logs "if you check in the browser console on the device if AudioContext.prototype.suspend is available, that would identify the issue"?

响应

1 回复
André Reus

hi Kilim A

As far i know, tizen web browser is based on EFL Webkit. It is a part of Tizen Native API. 

You can find more info from, 

1. https://download.tizen.org/misc/media/conference2012/wednesday/ballroom-c/2012-05-09-1100-1140-webkit-efl_

and_webkit2-efl.pdf

A simple browser using WebView

2. https://developer.tizen.org/community/tip-tech/webview-native-application-browsing-multiple-tabs?langredirect=1

Hope these will help you!