view tag

215 questions


1 answers
112 views
0
I would like to increase the scrolling speed of the web pages that I read in the Android app WebView.

We are currently developing an Android app.I am using WebView to display the smartphone version of the web page.I get confused when I scroll through the loaded web page.I found an article on the Inter...

2 years ago

1 answers
135 views
0
Scroll through collectionView to move cell's subview to another cell

When I scroll through the collectionView, the cell's subview moves to a different cell.Obtain photos of the camera roll and place them in order in the collectionview.I am writing about tapping the pla...


1 answers
94 views
0
I am creating customized cells on Swift5 but I get an error.

I'm going to use UICollectionView on swift5 and I'm going to use xlb for customized cells.I learned this module when I started Swift and made it, but I tried again to create a new app, but an error oc...


1 answers
138 views
0
Why can't I call the external JS function Window.hoge?

I am developing a Gawa native application using WebView at Swift.The UIViewController cannot send the value to the function declaring the value in the external JS.Why?With the code below, window.a() c...


1 answers
73 views
0
How to View a PC in WebView

I am a beginner in Android development.I don't know how to display my PC in WebView.Changing the UserAgent was a hit, but I don't know how to do it.LayoutInflater factory=LayoutInflater.from(this);Vie...

2 years ago

1 answers
69 views
0
Set the amount of Paging Enabled ScrollView scrolling

I checked Paging Enabled in ScrollView on Storyboard to scroll through the images one page at a time, but I would like to scroll through the images one page at a time, not one page at a time.In other ...


1 answers
79 views
0
Play html5 video tag from Webview on Android app

I use WebView on the Android app to run the local html5 code.I can't play video.I tried using html5WebView, but it didn't work.Does anyone know how to play html5 video on WebView?The video is stored l...

2 years ago

1 answers
65 views
0
Allow CollectionView cells to have different identifiers each time

Whenever cellForItemAtIndexPath is called in the CollectionView cell, I want to have a different identifier every time, but I don't know how to do it.Or is it not possible?For example, on the first sc...


1 answers
94 views
0
Ajax Does Not Move in WebView at API Level 10

Even if you write the following ajax processing in javascript in the WebView of Android 2.3.3 (API level 10), It doesn't seem to work, but is there any solution?$.ajax({ url —https://xxxxxxxx, type:...

2 years ago

1 answers
97 views
0
About how to display scrollbars

I am creating a hybrid app with OnsenUI and jQuery, but I want to display the scroll bar on a screen like a search list, but I don't know how to do it.The basic structure of the page is as follows:<...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.