Questions tagged [dolphin-browser]

Dolphin is a Webkit-based web browser for various mobile operating systems.

Dolphin is a Webkit-based web browser for various mobile operating systems.

Home page: http://dolphin-browser.com/

28 questions
13
votes
3 answers

How to make :checked work on Android Browser?

I'm trying to make a form that has a list of default options, and which can also expand to show a couple of exta options. I do this with the following CSS code: .myForm .moreOpts {display:none;} .myForm #more:checked +*+ .moreOpts…
Joeytje50
  • 18,636
  • 15
  • 63
  • 95
4
votes
5 answers

Javascript / jQuery page change event on mobile browsers

I am designing a mobile website keeping in mind all leading browsers - Safari, Chrome, Dolphin, Opera. I want to show a "loading" element as and when the page navigates / changes / new page is requested. I cannot use click event on anchor tags as…
Hitesh
  • 330
  • 1
  • 4
  • 10
4
votes
2 answers

CSS gradient rendering on android Dolphin 9.0.1

The gradient property does not work ok on my android's dolphin browser, version 9.0.1. Here is the css: position: absolute; top: 0; left: 0; width: 320px; height: 60px; /* Mozilla Firefox */ background-image:…
4
votes
1 answer

CSS overflow breaks click events on Galaxy Tab

I feel like I am missing something fundamental. On: Samsung's Galaxy Tab 10.1 (might be tru on other Andoid devices - not sure) Dolphin or built-in 'default' browser Any block element styled with overflow: auto or overflow-y auto, to get a vertical…
n8wrl
  • 19,439
  • 4
  • 63
  • 103
2
votes
0 answers

Android Dolphin browser plugin development issue

I am developing an add on for Dolphin browser for my personal purpose. The feature of the app is to read the Textbox in the webpage and replace it with the url when i click on the sign in button in the webpage. I have tried running the java script…
NaveenT
  • 49
  • 6
2
votes
1 answer

So, I'm maintaining the main page of an archive located here, where an audio element gets inserted with a randomly chosen RELATIVE link to an audio file. It plays the audio fine on desktop browsers, but it fails to play the audio on Android mobile…
1
vote
0 answers

How to automate Dolhin Anty (playwright, python)?

I'm trying to automate work with Dolphin, but automation ends at the moment the browser opens. All that turned out to be found out is that in order for automation to go as it should, you need to open a new tab and close the start one What should I…
1
vote
0 answers

Debugging on Dolphin browser for android

How could I inspect element on Dolphin browser? Few months ago, I debugged by chrome dev tools, but it's not working from now. Plz, help me to debug on Dolphin with Chrome dev tools or FireFox. Thanks
1
vote
1 answer

Background Image on div element not scaling correctly on Dolphin browser

I'm trying to make a fully responsive website using HTML, CSS and minor Javascript. I've managed to achieve this across Chrome, Firefox, Opera, and IE. However Dolphin browser causes a malformed layout. I have a background image on my div element…
Shane Creedon
  • 1,573
  • 1
  • 14
  • 18
1
vote
0 answers

Dophin browser on android fail to recognize deep linking

I'm using deep linking on http scheme to let user open my app directly from a link such as http://myapp.com/invitation?code=xxxxxx It works fine as long as the user do not use the Browser named Dolphin, for example,the default android browser,…
RaccoonDeveloper
  • 224
  • 2
  • 11
1
vote
3 answers

How to detect Dolphin Browser in javascript?

Its easy to detect Chrome browser and android device, but cannot able to detect Dolphin browser. I have tried the below code: var isMobile = { Android: function() { return navigator.userAgent.match(/Android/i); }, …
RENJITH VS
  • 99
  • 13
1
vote
1 answer

Is there a way to access history of Dolphin app browser on android from another application?

This is done without root access. Is there a public content provider URI of dolphin app? Thanks!
objectiveCarlo
  • 372
  • 2
  • 16
1
vote
1 answer

mediaelement.js - android default browser and dolphin browser loading mp3 issues

Good day, I'm currently building a website for myself (I'm a composer/producer), and I'm using Media Element for the main demo page. The page is under construction at the following…
V. Rubinetti
  • 1,324
  • 13
  • 21
1
vote
2 answers

Use dolphin (or other browser) like yakuake

I often want to open a file browser to open a file and then close the browser. Is there a way (a plasmoid, a dolphin plugin, another browser...) which could allow me to have a file browser "in the style of" yakuake? (i.e. unfolding with a shortcut,…
Yves Parès
  • 581
  • 5
  • 14
1
vote
1 answer

CSS loading issue with Android ICS

I have an Android ICS 4.0.3 installed in my phone. I have created one Mobile Web Application (test url http://drupal.langoor.mobi), for which I serve the HTML page from the MySQL database in the backend dynamically. Problem: The html page is not…
lalit
  • 3,283
  • 2
  • 19
  • 26
1
2