<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I’ve seen that but it’s super-limited in what it can do and insufficient for my purposes.  as far as I can tell, that ”protocol handler” is really just a redirector, and I can’t just specify my protocol name<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">29 jan. 2020 kl. 02:50 skrev Jonathan Kingston <<a href="mailto:jkt@mozilla.com" class="">jkt@mozilla.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">There is also the JavaScript API in case you haven't seen this: <a href="https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler" class="">https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler</a></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 29, 2020 at 10:20 AM Tom Ritter <<a href="mailto:tom@mozilla.com" class="">tom@mozilla.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Jan 29, 2020 at 9:21 AM Erick Calder <<a href="mailto:e@arix.com" target="_blank" class="">e@arix.com</a>> wrote:<br class="">
><br class="">
> thanks for the quick reply.  it was my hope to piggy-back on a large installed base of users but from your reply it sounds like that won’t be feasible, in which case I may have to roll out my own browser.  I’m ok to do that though it comes with the overhead of having to manage 5 OSs (3 desktop, 2 mobile)<br class="">
><br class="">
> I can work on either c++ or javascript but Js would be preferred as some of the libraries I’ll be using are more mature on that platform<br class="">
<br class="">
If the 2 Mobile you are referring to are Android and iOS; know that<br class="">
your options are iOS are severely limited as Apple does not allow any<br class="">
browser engine to run except theirs. Our iOS app does not use Gecko<br class="">
for this reason, it has to use WebKit.<br class="">
<br class="">
I don't know if what you want to do is possible on iOS, or how it<br class="">
would be done, but I expect it would be very different from the other<br class="">
4 OSes.<br class="">
<br class="">
-tom<br class="">
_______________________________________________<br class="">
firefox-dev mailing list<br class="">
<a href="mailto:firefox-dev@mozilla.org" target="_blank" class="">firefox-dev@mozilla.org</a><br class="">
<a href="https://mail.mozilla.org/listinfo/firefox-dev" rel="noreferrer" target="_blank" class="">https://mail.mozilla.org/listinfo/firefox-dev</a><br class="">
</blockquote></div>
_______________________________________________<br class="">firefox-dev mailing list<br class=""><a href="mailto:firefox-dev@mozilla.org" class="">firefox-dev@mozilla.org</a><br class="">https://mail.mozilla.org/listinfo/firefox-dev<br class=""></div></blockquote></div><br class=""></body></html>