How to disable onClick splash in Flutter WebView - android

I'm new to flutter and would appreciate some help.
I have simple app with WebView. And when I click some button or another widget on page, opened in WebView, this button is highlighted like this (not my screenshot, just an example)
(https://i.stack.imgur.com/nJ5dt.png)
Can I disable this highlight or change color to transparent?

Related

Android Studio Webview with Adressbar and Close button

I currently have a webviewer in my app that works just fine, however, I wanted to see if there was a way to add the adressbar and a close button to the top of it. Kinda the same way Instagram does it, see image:
Right now, I have a close button but when scrolling through the webview that close button goes over the content of the website.
My current code:
btnOpenWebViewer.setOnClickListener{
btnCloseWebViewer.visibility = VISIBLE
webViewer.visibility = VISIBLE
webViewer.settings.javaScriptEnabled = true
webViewer.canGoBack()
webViewer.loadUrl("https://mysite/")
}

White Background overlay view on Keyboard hide on Android

I am testing my app on Android. When an input field selected and ion-select selected key leaves an overlay, a white background is shown after the keyboard closes. The recorded video link is below:
https://imgur.com/o04R8AE
code : https://github.com/Shamran-Gouse/demoapp
I have tried android:windowSoftInputMode="adjustNothing" but then I cant see below form, I also tried the Ionic Keyboard plugin
It shouldn't happen

Fullscreen Activity with titlebar backbutton

I am making a webview client app for my RSS website. The webview and splashscreen are working great in theme.notitlebar.fullscreen.
Because external links are opening in my webview, i want a back button in the titlebar. But i want to keep the full screen option, to remove the time and notifications, and the device buttons.
What i dont understand: Is it correct that the titlebar includes: the bar with time and notifications - bar with app name, back button and settings (extra) button - the device buttons (if available)?
If that is right. How can i add a new bar into the mainactivity with my webview client, with a back button in it.
I hope you understand my question.
You can use image view. set src to back icon. and finish(); activity on imageview click.

Cannot deselect text by tapping outside the selection in React Native Android Webview

In chrome on Android, I can deselect selected text by tapping outside the selection. The selected text loses its blue highlight and the text selection menu disappears. Attempting to do the same on the same webpage loading within a React Native WebView on Android will not work. The text selection remains selected, nothing changes. Any ideas?
So, I'm still not sure of exactly what caused this issue. But my solution was to disable FastClick.js. Doesn't seem like we even need it on Android.

Menu like Dropbox app in android

I like to make a menu in my Android app that works similar to the new popup menu in the dropbox app, i.e. when I click a button I want the menu to appear from bottom, like in the following image.
Does anyone have an idea how this can be implemented?
You can use PupopWindow. When you click the button show your pupopWindow at the bottom.

Categories

Resources