Questions tagged as 'webview'

1
answer

Push notification on webview - Android / iOS

I have an app running a webview. It is a system on the web and the webview with the app. In the system, there are certain actions that the system sends push notification to the user. I did the integration with firebase cloud messaging Java...
asked by 12.03.2018 / 17:56
0
answers

Problems with ajax in a WebView

A webView was developed for android where it loads the page of a virtual store of mine in opencart. The problem occurs in the order ending where it does not display the login or payment screen. In android Chrome it works norm...
asked by 21.02.2018 / 13:23
1
answer

WebView always asking where I want to open the url

My Web View every time I try on my cell phone is asking me how I want to open the url, but I need to open it in the webview. Well the code is this: Activity.java import android.support.v7.app.AppCompatActivity; import android.os.Bundle; imp...
asked by 22.10.2015 / 21:43
1
answer

android: textIsSelectable in WebView

I'm creating an app, and I wanted to leave hide the option to select the text and copy. You know when we focus over the text and that option appears to copy or share the text, I wanted to remove it. WebView; <WebView...
asked by 11.02.2018 / 01:02
0
answers

Input file multiple taking just 1 image from the gallery

I have a webview app in Cordova. On my site it opens normal input file multiple, already in the app, it opens and can select only 1 image. Has anyone gone through this?     
asked by 31.12.2017 / 02:50
2
answers

Xamarin WebView Keyboard above the site

I have a project in xamarin forms, with a webview inside it. When clicking on any input the keyboard appears, however it overlays the input of the html page. Does anyone know how to solve it?     
asked by 24.11.2017 / 17:52
1
answer

Question with webview, open more than one link outside the app

I tried to set my webview to open more than one link, but it does not work My code causes websites.google to open in the app's webview and the rest of the links open outside (android nav), I want sites.google and photos.google to open in the...
asked by 17.11.2017 / 17:05
0
answers

Enable FilePicker to select multiple files

Good morning, I'm new to Android app programming and I'm wondering how to enable filepicker to select multiple files. My code works, but only selects one file at a time. Follow the code: BaseActivity.java @Override protected void...
asked by 13.11.2017 / 14:12
0
answers

Android Webview

(I'm not a programmer, I'm learning) Problem: I have a website (cms type) that uploads an image. So to make it easy for my users, I created an Android (apk) -WebView that prints the responsive view of my site on my mobile phone screen. My users...
asked by 23.10.2017 / 21:30
1
answer

open external link webview

I have a webview app that is made 100% of the webview, however I want to open some links outside the app, for example, the links that start with intent, in case I want to put a button on the website that opens an app, but ta trying open within t...
asked by 08.11.2017 / 12:08