Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30256 > unrolled thread
| Started by | bit-naughty@hotmail.com |
|---|---|
| First post | 2016-04-10 23:23 -0700 |
| Last post | 2016-04-20 10:41 +0200 |
| Articles | 16 — 6 participants |
Back to article view | Back to comp.lang.javascript
What's the deal with mobile browsers and Javascript? bit-naughty@hotmail.com - 2016-04-10 23:23 -0700
Re: What's the deal with mobile browsers and Javascript? "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-04-11 12:52 +0200
Re: What's the deal with mobile browsers and Javascript? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-04-11 06:25 -0700
Re: What's the deal with mobile browsers and Javascript? bit-naughty@hotmail.com - 2016-04-12 22:37 -0700
Re: What's the deal with mobile browsers and Javascript? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-04-14 05:06 -0700
Re: What's the deal with mobile browsers and Javascript? bit-naughty@hotmail.com - 2016-04-12 22:36 -0700
Re: What's the deal with mobile browsers and Javascript? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-04-14 05:10 -0700
Re: What's the deal with mobile browsers and Javascript? Osmo Saarikumpu <osmo@weppipakki.com> - 2016-04-14 19:09 +0300
Re: What's the deal with mobile browsers and Javascript? bit-naughty@hotmail.com - 2016-04-19 00:35 -0700
Re: What's the deal with mobile browsers and Javascript? "Christoph M. Becker" <cmbecker69@arcor.de> - 2016-04-19 15:17 +0200
Re: What's the deal with mobile browsers and Javascript? bit-naughty@hotmail.com - 2016-04-21 00:12 -0700
Re: What's the deal with mobile browsers and Javascript? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-04-19 06:29 -0700
Re: What's the deal with mobile browsers and Javascript? bit-naughty@hotmail.com - 2016-04-21 00:11 -0700
Re: What's the deal with mobile browsers and Javascript? Dr J R Stockton <reply1600@merlyn.demon.co.uk.invalid> - 2016-04-19 20:08 +0100
Re: [OT] What's the deal with mobile browsers and Javascript? Osmo Saarikumpu <osmo@weppipakki.com> - 2016-04-20 07:00 +0300
Re: What's the deal with mobile browsers and Javascript? "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-04-20 10:41 +0200
| From | bit-naughty@hotmail.com |
|---|---|
| Date | 2016-04-10 23:23 -0700 |
| Subject | What's the deal with mobile browsers and Javascript? |
| Message-ID | <3d8bea0a-b5f8-45aa-a543-5913692f3263@googlegroups.com> |
This is really the first time I'm actively looking into such things - how much does an average cheap Android phone browser support? How much Javascript have they put into the browsers as compared to desktop? If I make a site for desktop, am I relatively assured that it'll work as required on a phone? Have they fixed the issues of accessing a mic/camera, even GPS or whatever? (where does one find info on programming (accessing) these in JS?) The entire emphasis of the world seems to be on *apps*, which I of course, would dearly like to prevent - who wants to download something which'll probably snoop on you? (seems, the entire planet!! :( ) But - to get a little crazy, is there even any way to get the user to pay for an *in-browser* app? Y'know, since they _are_ used to paying for downloadable apps? :) Would make my life a HELL of a lot easier.... :)
[toc] | [next] | [standalone]
| From | "Evertjan." <exxjxw.hannivoort@inter.nl.net> |
|---|---|
| Date | 2016-04-11 12:52 +0200 |
| Message-ID | <XnsA5E78302335F1eejj99@194.109.6.166> |
| In reply to | #30256 |
bit-naughty@hotmail.com wrote on 11 Apr 2016 in comp.lang.javascript: > This is really the first time I'm actively looking into such things - Immaterial, my dear Watson, > how much does an average cheap Android phone browser support? That would depend on the browser used. Chrome mobile has exellent Javascript support: <https://en.wikipedia.org/wiki/V8_(JavaScript_engine)> I don't know what cheap Andriod phones average to, but it is more the Android version loaded than the dollar/euro. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
[toc] | [prev] | [next] | [standalone]
| From | "Michael Haufe (TNO)" <tno@thenewobjective.com> |
|---|---|
| Date | 2016-04-11 06:25 -0700 |
| Message-ID | <c564632a-6573-4cf8-b153-bc9686c44f64@googlegroups.com> |
| In reply to | #30256 |
On Monday, April 11, 2016 at 1:23:36 AM UTC-5, bit-n...@hotmail.com wrote: > This is really the first time I'm actively looking into such things - how much does an average cheap Android phone browser support? How much Javascript have they put into the browsers as compared to desktop? If I make a site for desktop, am I relatively assured that it'll work as required on a phone? <http://kangax.github.io/compat-table/es6/> > Have they fixed the issues of accessing a mic/camera, even GPS or whatever? (where does one find info on programming (accessing) these in JS?) These standards are nowhere near ready (and in some places not even started). You'll have to go to the relevant OS/Browser for details. For example: <https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/API/CameraManager>
[toc] | [prev] | [next] | [standalone]
| From | bit-naughty@hotmail.com |
|---|---|
| Date | 2016-04-12 22:37 -0700 |
| Message-ID | <88b7d106-6101-4a4e-9bdc-cca92ee3ae12@googlegroups.com> |
| In reply to | #30260 |
On Monday, April 11, 2016 at 6:55:42 PM UTC+5:30, Michael Haufe (TNO) wrote: > These standards are nowhere near ready (and in some places not even started). You'll have to go to the relevant OS/Browser for details. For example: > > <https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/API/CameraManager> Bro, that's Firefox *OS* (which never took off! :( ) - I'm talking about Firefox the BROWSER. Does that have all the camera etc. stuff?
[toc] | [prev] | [next] | [standalone]
| From | "Michael Haufe (TNO)" <tno@thenewobjective.com> |
|---|---|
| Date | 2016-04-14 05:06 -0700 |
| Message-ID | <e4c29dfa-c048-4bc2-9459-42038bc09bcb@googlegroups.com> |
| In reply to | #30269 |
On Wednesday, April 13, 2016 at 12:37:53 AM UTC-5, bit-n...@hotmail.com wrote: > On Monday, April 11, 2016 at 6:55:42 PM UTC+5:30, Michael Haufe (TNO) wrote: > > > > These standards are nowhere near ready (and in some places not even started). You'll have to go to the relevant OS/Browser for details. For example: > > > > <https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/API/CameraManager> > > > Bro, that's Firefox *OS* (which never took off! :( ) - I'm talking about Firefox the BROWSER. Does that have all the camera etc. stuff? Read again; specifically the part where I said: "... go to the relevant OS/Browser for details."
[toc] | [prev] | [next] | [standalone]
| From | bit-naughty@hotmail.com |
|---|---|
| Date | 2016-04-12 22:36 -0700 |
| Message-ID | <5d25bec2-a3ec-42eb-b429-36c2cef0c330@googlegroups.com> |
| In reply to | #30256 |
I also want to know about *audio* - simply, I want to broadcast audio from a server and have people listen to it in Chrome on Android or whatever - is that possible? It would have to be HTML 5 audio, right, cuz I'm not interested in Flash (and talking of which, WILL Flash audio play properly inside Chrome/Android?), - so how does one do it? I would naturally like to use FOSS software on the server, but will something like icecast do it? If not, then what? How do I write the code for the client end? (no seeking or anything, just a play button and a stop button, oh, and maybe a volume button). Thanks.
[toc] | [prev] | [next] | [standalone]
| From | "Michael Haufe (TNO)" <tno@thenewobjective.com> |
|---|---|
| Date | 2016-04-14 05:10 -0700 |
| Message-ID | <7f4155e1-5a2d-4433-bb5e-42a35f7f29da@googlegroups.com> |
| In reply to | #30268 |
On Wednesday, April 13, 2016 at 12:36:11 AM UTC-5, bit-n...@hotmail.com wrote: > I also want to know about *audio* - simply, Which is not what you asked for originally. > I want to broadcast audio from a server and have people listen to it in Chrome on Android or whatever - is that possible? It would have to be HTML 5 audio, right, cuz I'm not interested in Flash (and talking of which, WILL Flash audio play properly inside Chrome/Android?), - so how does one do it? I would naturally like to use FOSS software on the server, but will something like icecast do it? If not, then what? How do I write the code for the client end? (no seeking or anything, just a play button and a stop button, oh, and maybe a volume button). As far as the browser is concerned, it just needs a url to point to. You don't even need to build a web page. Just use an appropriate file type (MP4, OGG, WEBM, etc).
[toc] | [prev] | [next] | [standalone]
| From | Osmo Saarikumpu <osmo@weppipakki.com> |
|---|---|
| Date | 2016-04-14 19:09 +0300 |
| Message-ID | <neof42$rms$1@dont-email.me> |
| In reply to | #30268 |
On 13/04/2016 08:36, bit-naughty@hotmail.com wrote: > I also want to know about *audio*... It seems I wrote a page about that circa 2 months ago. There's some scripting involved, so it's not completely off topic. The caveat: it's in Finnish, so you might want to use Chrome: http://weppipakki.com/html/html5/audio.htm Anyways, by now, audio is quite straightforward and there's a lot of information about it on the Web. Your questions about manipulating the element's interface via script would be on topic in this newsgroup. -- Best wishes, Osmo
[toc] | [prev] | [next] | [standalone]
| From | bit-naughty@hotmail.com |
|---|---|
| Date | 2016-04-19 00:35 -0700 |
| Message-ID | <5200ed7d-52b0-4e62-9804-7bd9e689fefe@googlegroups.com> |
| In reply to | #30275 |
On Thursday, April 14, 2016 at 9:38:49 PM UTC+5:30, Osmo Saarikumpu wrote: > It seems I wrote a page about that circa 2 months ago. Thanks for that info. But my most important question is - will that player work in Chrome MOBILE? (or for that matter any other mobile browser)? i.e. can people hear the music on the headphones connected to their cellphones? If that is NOT possible yet, any idea on when it *will* be? Thanks again.
[toc] | [prev] | [next] | [standalone]
| From | "Christoph M. Becker" <cmbecker69@arcor.de> |
|---|---|
| Date | 2016-04-19 15:17 +0200 |
| Message-ID | <nf5b4d$atd$1@solani.org> |
| In reply to | #30296 |
bit-naughty@hotmail.com wrote: > On Thursday, April 14, 2016 at 9:38:49 PM UTC+5:30, Osmo Saarikumpu wrote: > >> It seems I wrote a page about that circa 2 months ago. > > > Thanks for that info. > > But my most important question is - will that player work in Chrome MOBILE? (or for that matter any other mobile browser)? i.e. can people hear the music on the headphones connected to their cellphones? If that is NOT possible yet, any idea on when it *will* be? See <http://caniuse.com/#search=audio>, for instance. -- Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | bit-naughty@hotmail.com |
|---|---|
| Date | 2016-04-21 00:12 -0700 |
| Message-ID | <1613b846-1276-434a-8462-87d93ebfb953@googlegroups.com> |
| In reply to | #30298 |
On Tuesday, April 19, 2016 at 6:47:07 PM UTC+5:30, Christoph M. Becker wrote: > > See <http://caniuse.com/#search=audio>, for instance. Sorry, I didn't understand that page - it says "Chrome for Android" is "49" - what does that mean, exactly?
[toc] | [prev] | [next] | [standalone]
| From | "Michael Haufe (TNO)" <tno@thenewobjective.com> |
|---|---|
| Date | 2016-04-19 06:29 -0700 |
| Message-ID | <7f507a1b-d165-4d36-af12-4142c98b0d3c@googlegroups.com> |
| In reply to | #30296 |
On Tuesday, April 19, 2016 at 2:36:07 AM UTC-5, bit-n...@hotmail.com wrote: > On Thursday, April 14, 2016 at 9:38:49 PM UTC+5:30, Osmo Saarikumpu wrote: > > > It seems I wrote a page about that circa 2 months ago. > > Thanks for that info. > > But my most important question is - will that player work in Chrome MOBILE? (or for that matter any other mobile browser)? i.e. can people hear the music on the headphones connected to their cellphones? If that is NOT possible yet, any idea on when it *will* be? Why don't you experiment? it takes less than 10 minutes to find out... <http://thenewobjective.com/temp/dance.mp4>
[toc] | [prev] | [next] | [standalone]
| From | bit-naughty@hotmail.com |
|---|---|
| Date | 2016-04-21 00:11 -0700 |
| Message-ID | <65600880-2006-410b-9450-a59ef464155f@googlegroups.com> |
| In reply to | #30299 |
As fantastic as it sounds, I don't have a phone to test on right now! I'm finding out about this stuff before I actually get to coding anything.
[toc] | [prev] | [next] | [standalone]
| From | Dr J R Stockton <reply1600@merlyn.demon.co.uk.invalid> |
|---|---|
| Date | 2016-04-19 20:08 +0100 |
| Message-ID | <rNID2VSbIoFXFwLk@invalid.uk.co.demon.merlyn.invalid> |
| In reply to | #30275 |
In comp.lang.javascript message <neof42$rms$1@dont-email.me>, Thu, 14 Apr 2016 19:09:15, Osmo Saarikumpu <osmo@weppipakki.com> posted: >On 13/04/2016 08:36, bit-naughty@hotmail.com wrote: >> I also want to know about *audio*... > >It seems I wrote a page about that circa 2 months ago. There's some >scripting involved, so it's not completely off topic. The caveat: it's >in Finnish, so you might want to use Chrome: > >http://weppipakki.com/html/html5/audio.htm Or, for example, Firefox with an add-on. Mine does not understand skriptikirjastoille and Esimerkkikoodimme, however; and neither does my Chrome. -- (c) John Stockton, Surrey, UK. ¬@merlyn.demon.co.uk Turnpike v6.05 MIME. Merlyn Web Site < > - FAQish topics, acronyms, & links.
[toc] | [prev] | [next] | [standalone]
| From | Osmo Saarikumpu <osmo@weppipakki.com> |
|---|---|
| Date | 2016-04-20 07:00 +0300 |
| Subject | Re: [OT] What's the deal with mobile browsers and Javascript? |
| Message-ID | <nf6um6$idd$1@dont-email.me> |
| In reply to | #30303 |
On 19/04/2016 22:08, Dr J R Stockton wrote: > In comp.lang.javascript message <neof42$rms$1@dont-email.me>, Thu, 14 > Apr 2016 19:09:15, Osmo Saarikumpu <osmo@weppipakki.com> posted: >> The caveat: it's >> in Finnish, so you might want to use Chrome: >> >> http://weppipakki.com/html/html5/audio.htm > > Or, for example, Firefox with an add-on. Mine does not understand > skriptikirjastoille and Esimerkkikoodimme, however; and neither does my > Chrome. The language is a bit of a challenge. Even many native Finns can't write compound words properly. skriptikirjastoille == script libraries Esimerkkikoodimme == Our example code -- Best wishes, Osmo
[toc] | [prev] | [next] | [standalone]
| From | "Evertjan." <exxjxw.hannivoort@inter.nl.net> |
|---|---|
| Date | 2016-04-20 10:41 +0200 |
| Message-ID | <XnsA5F06CBDF69Feejj99@194.109.6.166> |
| In reply to | #30303 |
Dr J R Stockton wrote on 19 Apr 2016 in comp.lang.javascript: > Or, for example, Firefox with an add-on. Mine does not understand > skriptikirjastoille and Esimerkkikoodimme, however; and neither does my > Chrome. My Google-Chrome on W10 with Google-Translate add-on has, after changing the destination-language to English: skripti kirjastoille = script libraries esimerkki koodimme = an example of our code =========== <https://fi.wiktionary.org/wiki/skripti> <https://en.wiktionary.org/wiki/kirjasto> <https://en.wiktionary.org/wiki/esimerkki> <https://en.wiktionary.org/wiki/koodi> -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.javascript
csiph-web