Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to show allow/deny popup on Windows 8 IE10 #44

Open
ankitaagrawal opened this issue Apr 25, 2014 · 0 comments
Open

How to show allow/deny popup on Windows 8 IE10 #44

ankitaagrawal opened this issue Apr 25, 2014 · 0 comments

Comments

@ankitaagrawal
Copy link

Hi,

I am using recorder.js in my application to record sound...But on windows 8 IE10, most of the times allow/deny popup not appears, because of that code block which I written in start function not executed..

Recorder.record({
start: function () {
// This code block is not executed
});

and I am calling Recorder.record function automatically from my code and did not get allow/deny popup...Its working fine in IE9 and IE11 but this issue generates in IE10 only..

My Sample URL : http://flashsample.s3.amazonaws.com/index.html

while debugging recorder.js I found that when recorder.record() method call this._FlashContainer getting undefined. Although I initialized recorder object.

It seems like that the prompt is not show in the front of page but it getting hide behind it, because I can see flashobject code in view source.

When we manually allows the site for microphone/audio setting default then this works fine.

Can you please suggest what should I do to run correctly on IE10 also..

Thanking You..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant