Posts by Christian Herber • 1 point
3 posts
-
0
votes2
answers40
viewsQ: Date format in php
How to change the format of the date 2016-2-26 to 02/26/2016. I tried using the format, but it didn’t work.
-
-1
votes1
answer426
viewsA: Android Webview call dialer by link
Follows the excerpt of the code that solved this issue: myWebview.setWebViewClient(new WebViewClient(){ public boolean shouldOverrideUrlLoading(WebView myWebview, String url) { if…
-
0
votes1
answer426
viewsQ: Android Webview call dialer by link
Hello, I am developing a webapp of a phone guide, on the site I have the option to click a button to open the mobile phone dialer already with the phone number. But in the Webapp does not work,…