I have an iOS app which has audio record in it, which is recording the audio, after giving microphone permission. But in the same iOS app, in the in-app browser, audio is not recording. What is the issue? Why audio is not recording?
            Asked
            
        
        
            Active
            
        
            Viewed 146 times
        
    0
            
            
        - 
                    because you are stopping recording session while you leave recording controller – Lu_ Jun 25 '19 at 12:13
 - 
                    microphone access for the app is not enough you need to get permission for wkwebview also. – zack Jun 25 '19 at 12:18
 - 
                    @zack - thanks for quick reply. How to get permission for wkwebview also – Rajesh Kumar Jun 25 '19 at 12:42
 - 
                    i think [this](https://stackoverflow.com/questions/43916436/enable-camera-and-mic-access-in-wkwebview) will give you an idea but i am not sure that it's gonna work . since i also had situation to get microphone access but i couldn't acheive that. – zack Jun 25 '19 at 12:52