html5 tag

175 questions


1 answers
80 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
145 views
0
How to use an external module in an electron

I'm thinking of using casper.js in the electron.In main.jsrequire('casper');Write and run Cannot find module 'casper' will be displayed as .Can't I use an external module with an electron?Thank you fo...


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:<...


1 answers
86 views
0
I want to change the time by handling check boxes.

The default time is 9:00 when the screen is displayed. screen is displayed.I would like to implement it so that if I check the end time check box, it will switch to 22:00, and if I uncheck the check b...


1 answers
72 views
0
Link Move in iframe

<p><a href=https://www.google.co.jp/>Google.co.jp</a></p>If there was an HTML file frame.html like the one above, I read it in the HTML below.<html> <iframe src=frame....

2 years ago

2 answers
142 views
0
I am creating a to-do list in Vue.js, but when I started the VSCode Live Server, it suddenly stopped working.

I am creating a to-do list in Vue.js, but when I started the VSCode Live Server, it suddenly stopped working.The browser is Firefox ESR.There is no particular error message.How can it be reflected in ...

2 years ago

1 answers
103 views
0
How to View Video Thumbnails on Your iPhone?

We are making a trial production of an app for the iPhone in the Monaca cloud.The video obtained using the captureVideo of cordova looks like a picture of a standard app.I would like to play the video...

2 years ago

1 answers
96 views
0
I want to add tabs in OnsenUI to Notepad samples

Thank you for your help.I would like to add a tab sample function to the Notepad sample.<ons-tabbar> <ons-tabicon=home label=Home page=StopWatch.html active=true>/ons-tab> <ons-tabic...


2 answers
79 views
0
I want to make it difficult to download the video in the video tag.

We would like to make it difficult for users to download the video locally after making it possible to view the video with the HTML5 video tag.Instead of using streaming protocols such as HLS and RTMP...


1 answers
112 views
0
How to display the selected image in bootstrap dropdown to another element

I would like to put the selected image on the newImg_boat tab with the code below, but I am having a hard time because it doesn't work.The code you are commenting out is the result of trying this and ...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.