Posts by Rubens Flinco • 62 points
5 posts
-
0
votes1
answer180
viewsQ: Mongoerror: Unknown top level Operator: $expr
I’m trying to do this in my code and works perfectly on the localhost but on the Umbler server is giving error. FOLLOWS THE ERROR: MongoError: unknown top level operator: $expr Follow the code I’m…
-
0
votes1
answer17
viewsQ: React360 - Video events cannot be added
I’m trying to understand the moment a video was completed. I tried to use video events as the documentation says, but I can’t add an event listener to my video player; when I do, I get the…
-
1
votes1
answer17
viewsA: React360 - Video events cannot be added
This was also a problem for me, so I fixed addListener documentation in receiving request #758 https://github.com/facebook/react-360/pull/758 Good to solve your problems just change the function…
-
1
votes2
answers130
viewsA: Label and Checkbox not working
Hello, Friend from what I understood of your question is that you wanted to make the checkbox hide and show up here have as I did to the checkbox hide your label with an X, I hope to have helped.…
-
1
votes1
answer336
viewsA: How to put an echo json_encode passing a PHP function with javascript parameter?
Hello, Well I believe that the best way to do what you want to do is by creating a PHP API that will display on the screen only the JSON of information obtained from the database, creating this API…