Posts by Bruno Gomes • 445 points
6 posts
-
1
votes1
answer142
viewsQ: Module Compiled with Swift 3.0.2 cannot be Imported in Swift 3.1
When creating a project and installing the cocoapods and the still, when running it only gives this error and not build in the project, even empty only importing the still Module Compiled with Swift…
-
0
votes2
answers660
viewsQ: android Cordova camera plugin problem
I’m trying to make a "Hello World" in Ordova, it’s a screen with a button that triggers the camera, it’s not necessary to do anything else, just trigger the camera. the steps I took. Cordova create…
-
1
votes0
answers79
viewsQ: Performance php + mongodb + Graphics
Good morning wonderful people, I am beginner in development and I have an issue that has taken my sleep, I am testing a system in php with mongoDB database, in which is generated a graph with…
-
32
votes2
answers55629
viewsQ: CORS - No 'Access-Control-Allow-Origin' header is present on the requested Resource
Good evening, I’m trying to access a server from my local machine and I’m getting this answer: No 'Access-Control-Allow-Origin' header is present on the requested Resource. Origin 'http://localhost'…
-
0
votes2
answers2030
viewsA: Abort ajax request
You can do recursively, it only loads the next one at the end of the current one, so it is possible to enter a request in the middle and it abort the rest, loading what you want without waiting for…
-
0
votes1
answer2696
viewsQ: How to get the ID of an element inside a div?
I have a div and a few images, each image represents an item in a array global. When I drag this image to the div an edit form is enabled, otherwise a form is enabled to create new rule and generate…