Jordan Benge

Results 28 comments of Jordan Benge

Damn near blew my PC up trying to run combine_A_and_B due to this... ended up spawning 32 Python.exe processes even though PyCharm terminal was terminated, and they would just keep...

Are we going to get any feedback on any of these issues? Or is it going to be typical Ionic Team where breaking issues in the framework go ignored for...

He already has the baseline for this implemented - with onTextChanged(). All you have to do is pass it a function that parses the text for the `@` sign, and...

@JunkMyFunk You could try setting the keyboard to stay open, and then pragmatically close it when it loses focus. Not ideal, but it's one way to go about it.

I have found that the best option is to draw the canvas in another page, such as "photo-preview". So you would take the picture, capture the base64 data, navCtrl.push the...

Here is how you handle pinch events for zooming. **Import this directive into your module** ``` import { Directive, HostListener, ElementRef, Output, EventEmitter, AfterViewInit, OnDestroy } from '@angular/core'; import {...

I was facing the same issue, but I found a workaround for it so that I could use GoogleMaps and CameraPreview in the same component. **Component.ts** // starts the cameraPreview...

保存成功后图片路径是什么样的 -> After saving the picture path is what kind of (Google Translate), but the picture can be any type that you specify, if i understand your question correctly. For...

@f3rr13r did you ever find a solution to this issue? I am running into the same thing, unfortunately.

So after using some print statements in my project, I have found the root of this issue. Basically, CameraManager, is not properly changing the output mode when you attempt to...