alexszilagyi

Results 23 comments of alexszilagyi

@Edwardmark : Have you managed to figure it out?

@bachonk : should this be related [to my issue that I'm facing](https://github.com/bachonk/UIImageView-Letters/issues/19) ?

@exitrip : I'm a software developer and I'm facing the same thing on my project. Do you think you can help me with the debugging sessions? I'm not that good...

@lricardo: I'm facing the same issue with the back button. I have the following code (based on your previous comments). Have you found a workaround? ``` $ionicPlatform.registerBackButtonAction(function (event) { debugger;...

@psineur Can you tell me if it supports real-time update of the device orientation?

I know that there's a class method called [updateOrientationWithOrientation]. but its possible to do it as YouTube application does when you change the orientation of the iPad ?

@navotera : Do you have updates on this issue, have you managed to solve it?

@xserxses , @ziem , @kevinsawicki & @MohHeader : you may [need this](https://github.com/alexszilagyi/cordova-HTTP/blob/master/src/android/com/synconset/CordovaHTTP/HttpRequest.java#L409-L458).

@sanjayApanchal : I always get: `D/FLUTTER_HEALTH(31686): Access Denied!`. Added the OAuth and added the test user. Any suggestion? Using the latest version released (`3.3.1`).

Is there a documentation how to use this docker image locally? For local development. More like a way to create self-signed certificates for local environment and for production use to...