My problem is that I want to play an audio / video file from the main page (index.html)
It works like this:
function setaudio() { $("#aud").prepend('<a href=# onclick=playaudio();><img src=icons/audio_file.png alt=Audiodatei width=90px height=90px></a>'); }
Audio Playback Function:
function playaudio() { window.plugins.videoPlayer.play(myaudio[0]);}
The problem does not work on index.html, but it works on related sites fe audio.html, where I call setaudio (); again...
I was told catlog, also I donβt click on the icon (on the index.html page) in an empty area of ββthe screen:
03-01 13:19:23.980: V/webview(12235): singleCursorHandlerTouchEvent -getEditableSupport FASLE
how to solve it? I am using the new Galaxy 10.1 - it worked with the same code on the Huawei MediaPad ... also with Android 3.2
android cordova
mboeckle Mar 01 2018-12-01T00: 00Z
source share