Welcome Guest Search | Active Topics | Sign In | Register

WebView Options
jylee
Posted: Tuesday, May 20, 2014 8:37:36 AM
Rank: Newbie
Groups: Member

Joined: 5/20/2014
Posts: 4
Hi,
I am working WebView works that using a EO.WebBrowser trial version 3.0.59, but I have a problem.
I enter the example url and click microphone image, then "...try to use your microphone deny / permission" phrase does appear at the top of Chrome Browser
but At WebView of EO.WebBrowser, I enter the example url and click microphone image then "...try to use your microphone deny / permission" phrase does not appear at the top of the Webview
Please, how do I fix it?
Thank you..

example url
==> http://www.google.com/intl/en/chrome/demos/speech.html

code
==>
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

using EO.WebBrowser;

namespace WebKitTest
{
public partial class Form2 : Form
{
private WebView _webView;

public Form2()
{
InitializeComponent();
}

private void Form2_Load(object sender, EventArgs e)
{

}

private void button1_Click(object sender, EventArgs e)
{
webControl1.WebView.Url = textBox1.Text;
}
}
}


eo_support
Posted: Wednesday, May 21, 2014 12:29:06 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

We are still working on a few things about speech recognition. In the current implementation it does not ask users for permission. We will see if we can add an event on the WebView so that you can display your custom UI to ask user.

Another issue is that the speech recognition relies on Google API to function, as such it requires you to acquire and set your own Google API keys. We will add the corresponding programming interface and documentation for you to add Google API keys.

We will see if we can implement at least #2, if not both in the coming days and provide you an update build when done.

Thanks!
jylee
Posted: Wednesday, May 21, 2014 4:46:25 AM
Rank: Newbie
Groups: Member

Joined: 5/20/2014
Posts: 4
Hi,
Thanks for answer about Google speech recognition.
Would you please show me the sample for adding event of the WebView about the asking users for permission?
e.g.(In any event type, sample code...)
Thank you Angel
eo_support
Posted: Wednesday, May 21, 2014 8:58:19 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

That event doesn't exist in the current version yet. We may or may NOT add that event. We will add the Google API key interface for sure.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.