nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

Fix webkit playsinline #275

Open ant0ha opened 8 years ago

ant0ha commented 8 years ago

Fix for this issue: http://stackoverflow.com/questions/26536318/webkit-playsinline-stops-working-when-returning-to-page-in-cordova-ios-app

nraboy commented 8 years ago

Can you please explain to me how this is relevant to Oauth? Seems to be only for videos which has little to no relevance to Oauth.

Maybe I am missing something?

Best,

ant0ha commented 8 years ago

Hi! If we have inline video in ios app and login by oauth module then we return back to page with video tag we see video in the default player. Not inline. Oauth module breaks inline videos.

nraboy commented 8 years ago

This sounds like a bug in Apache Cordova. The InAppBrowser is an isolated component. I don't think it should have any affect on the rest of your application.

Have you tried opening an issue ticket for Apache Cordova?