Posts by Augusto Furlan • 1,155 points
69 posts
-
5
votes1
answer1241
viewsQ: Customize android webView error page
Please have a webview on my android app, how can I customize if the user doesn’t have internet ? Thank you Code of the current webcview : WebView wv=(WebView) findViewById(R.id.webView); WebSettings…
-
1
votes1
answer410
viewsQ: Webview always asking where I want to open the url
My Web View every time I test on my mobile phone is asking me how I want to open the url, but I need it to open in webview. Well the code is this : Java activity. import…
-
0
votes0
answers83
viewsQ: Uiwebview different access from Google
My webView perfectly accesses Google, but if I try to access another page like my site or a local address, it gets white screen. class ConectViewController: UIViewController { @IBOutlet weak var…
-
1
votes1
answer411
viewsQ: Check Internet access
How can I check in my app (swift) if the user has access to internet?
-
2
votes3
answers2327
viewsA: Upload a file with php
After a lot of research I found a script on the web that solved HTML <form method="post" action="recebe_upload.php" enctype="multipart/form-data"> <label>Arquivo</label> <input…
-
4
votes3
answers2327
viewsQ: Upload a file with php
I’m using the following code : $uploaddir = '../vagas/'; $uploadfile = $uploaddir . basename($_FILES['img']['name']); echo '<pre>'; if (move_uploaded_file($_FILES['userfile']['tmp_name'],…
-
0
votes0
answers56
viewsQ: sending image or video via webservice
I have in my application a UIIMAGE attribute ( for image) and a NSURL for video, need to pass one of this information via webservice... How can I do that ?
-
0
votes1
answer475
viewsA: How do I automatically send emails to users after they sign up for my website?
Friend I will try to help you. Good follows the steps : 1) in its function to register the user (create a status(active/inactive) use the function generates a code that can be its name or date with…
-
1
votes1
answer103
viewsQ: Layout with 100% width and/or 10% height
How can I apply in my application to leave the width and/or height at 100% for iphone and ipad? have in my navbar application. textview, webview... thank you
-
1
votes0
answers43
viewsQ: Access array variable
I have the following problem, has an array that is my Picker, and I have a function that knows the position of my Picker, so I would like to compare to know which text is at that position , that is…
-
0
votes1
answer31
viewsQ: Access global var
I have the following problem: I have the following code var myGlobal : String func nomeDaFuncao () { // Preciso acessar a global myGlobal = "fff" } How can I access the global within a function or…
-
0
votes1
answer31
viewsQ: Access button text
Everybody, good afternoon to you... I have the following, I need to know the title that is on a button , as if it were . text , to define use setTitle , but to know what the name ? Thank you
-
0
votes1
answer37
viewsQ: Uipicker view of array
Good night people... I have the following problem : I need to insert a Picker view into my application, this Picker view receives the data from an array, and when the user clicks on a button an…
-
1
votes1
answer48
viewsQ: Know which button invoked the action
I have the following problem, I have a pickView that will be equal for two actions, however these actions have to perform parameter passage , or need to know which button invoked the action. Would…
-
1
votes1
answer53
viewsQ: Image with zoom option or image-based map view
I’m developing an application where I need to insert a map of an internal location (so apple’s map view has not registered ) I wonder if it has how to mount a mapView (mounting the internal location…
-
3
votes1
answer1161
viewsA: Grab the ID of the last row inserted in the database
Friend there is a function called mysqli_insert_id(), she captures the id automatically generated in the last query in which the ÌNSERT or UPDATE. Using the Oriented style: $conexao = new…
-
0
votes1
answer200
viewsQ: Integrate fb into Ios Swift
Good afternoon people all good ? I wonder if by integrating fb sdk into my Ios Swift project I have access to his friends list ? And taking advantage of the question, would anyone have any tutorial…
-
3
votes1
answer80
viewsQ: Error Cannot invoke initialize for type "Cllocationcordinate2d" with an argument list of type "latitude : String"
I’m developing an app that captures user location with Core Location and saved in a file. Now I have a mapview and need to display this location on the map (this location comes from the archive).…
-
3
votes2
answers3385
viewsQ: How to test an application without registration?
I am a registered Apple developer (but not paid ), how can I test my application on my iPhone? It gives error when I ask to open on iPhone. I’m trying IOS 9 with Xcode 7. When I tried it gave…