webview

Android: run Javascript in WebView

Good afternoon, you need to automatically click on the button at the end of loading the page in WebView. I do this, but the b ... uldOverrideUrlLoading(WebView view, String url) { return false; } }); webView.loadUrl(url); } }

Android How do I disable the on-screen keyboard in WebView?

Hello everyone. I make a web application for Android in WebView. A device with a hardware (physical) keyboard. When any input ... lement gets the focus, the soft keyboard pops up. How to disable it, leaving the ability to enter from the hardware keyboard?

is it possible to make a mobile app from a single webview?

Good afternoon I have a task to make a mobile version of my saas service for android and iOS , but I myself only own web deve ... uch an application will not be placed in the appstore, is there any way to distribute such an application for iOS? Thank you

"Couldn't open web page" WebView

Hello, such a problem: If there is no Internet connection, I try to take the page from the cache. (code below). if ( !Networ ... ache yet, then How do I catch the creation of this page and change it to the one I need? (onReceivedError is not triggered)

uploading images from your smartphone to webview

Good afternoon! Help me solve the problem: There is a project with a WebView, a website opens through it and there is a "uplo ... roid:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application>

Problem with displaying images in WebView

After trying to upload an image to WebView, an error occurs E/libEGL: validate_display99 error 3008 (EGL_BAD_DISPLAY) And in the place where the picture should be a white square. Is it possible to solve it somehow on high versions of Android?

Swift Tab Bar and multiple views

Good day, tell me good people! In my project, there is one Tab Bar Controller and 5 buttons in the bottom panel, each of whic ... s pressed, the same viewcontroller opens and one is used webview? I tried Googling - but I didn't find the right solution...

Web view on swift

At work, I was given the task to write an application for iOS, which will only have a web-view, which will open the desired s ... e recreated. }} A white application window appears on the emulator and nothing else happens. Please tell me how to fix this

Change the "Web page unavailable" page when there is no internet connection

Good afternoon. I'm new to android. A question arose: There is actually webview that will open a certain site. If you turn off the Internet, the window "Web page unavailable" appears, etc. Is it possible to change this particular page?

Twitch broadcast.tv in android

I'm making a game-themed app, in which one of the categories is live broadcasts of games. Actually, there are direct addresse ... stand that I may even be digging in the wrong direction, but does anyone have any what guesses? I will be glad of any help!

The MVP pattern. Who are you, WebView-View or Model?

Hello everyone, I'm building an MVP architecture in my project and I have problems in WebView. Look carefully at this class. ... ) must go through all the layers. Both options break the MVP pattern, but are inherently logical. However, what should I do?

Open the MEGA app when a website link is clicked on the webview

I am developing an app for my website and I want that when a certain user clicks on the download link, which in this case is ... } return true; } } return super.onKeyDown(keyCode, event); } }

WebView configuration step by step

I am developing an HTML5 application for devices mobile. Initially I used tools like Adobe PhoneGab Build and App Inventor. F ... the files inside the device, no URL bar, JavaStript enabled, fullscreen, etc. If you've read this far, thank you right now!

Open camera / file by WebView

I made an application to open my responsive website using Android Studio WebView. It runs ok, but when I need to send some fi ... id:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" />

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 dialer of the M ... not work, it shows me the"page not found". This is the link I'm using: <a href="tel:3326 3728">Ligar</a>

WebView opens browser

I made an application via WebView in AndroidStudio, all quiet without errors but when I put the information to log in to my w ... ew Intent(Intent.ACTION_VIEW, Uri.parse(url)); startActivity(intent); return true; } } }

How to view or download any PDF file in WebView?

I tried to find some solutions to the problem. But there are only codes that download a specific file. I have a website tha ... amp; view.canGoBack()){ view.goBack(); return true; } return super.onKeyDown(keyCode, event); } }

(Android Studio) WebView gets loads the page and does not open

I am making an application that gathers some site, but some of them gets loaded in WebView and does not open. As an example I ... w.loadUrl("https://conta.urpay.com.br/entrar"); } The site keeps loading and never opens. This would be setting my WebView?

What does it mean to say that, an app is WebView? What is the relationship with Xamarin?

Starting Studies in a Xamarin project, I found a series of nomenclatures and some explanations that seem contradictory, so I ... what types of features will I not be able to implement? Research references on this subject, it will be extremely important!

YouTube no WebView for Android app

Does anyone know how to view a YouTube video or some streaming video through a WebView? In the code below, there are three ... tent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest>