Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

How to get Fennec full screen from the android project's source code?

  • 2 odgovora
  • 1 ima to težavo
  • 24 ogledov
  • Zadnji odgovor od arochette

more options

Hi,


First and foremost, I'm sure this was not the proper category to post that question but I couldn't really figure out a better one. Hopefully you'll forward it to a better place.

We would like to take the advantages of Fennec with out HTML5 framework by wrapping it into a somewhat WebView like you can do on Android. The native implementation of the webview on Android turns out to be very disappointing so far whereas Fennec runs seamlessly.

Could you recommend us any tips to do that properly from the Fennec's Android app project?

Basically we just want to be able to call sort of a new FennecWebView() class instance in our code (instead of the formerly new WebView() ) that will run full-screen and won't call any further things such as, bookmark manager, setting. We just want to scale this down to the very strict minimum in order to run our Canvas framework in a native app thanks to the Fennec's engine.

Thank you very much!

BR,

Armand

Hi, First and foremost, I'm sure this was not the proper category to post that question but I couldn't really figure out a better one. Hopefully you'll forward it to a better place. We would like to take the advantages of Fennec with out HTML5 framework by wrapping it into a somewhat WebView like you can do on Android. The native implementation of the webview on Android turns out to be very disappointing so far whereas Fennec runs seamlessly. Could you recommend us any tips to do that properly from the Fennec's Android app project? Basically we just want to be able to call sort of a new FennecWebView() class instance in our code (instead of the formerly new WebView() ) that will run full-screen and won't call any further things such as, bookmark manager, setting. We just want to scale this down to the very strict minimum in order to run our Canvas framework in a native app thanks to the Fennec's engine. Thank you very much! BR, Armand

Izbrana rešitev

I've seen some interest in this from others. It was suggested that they build a web app manifest.

https://developer.mozilla.org/en-US/docs/Apps/Getting_Started

https://hacks.mozilla.org/2013/01/join-us-for-firefox-os-app-days/

Preberite ta odgovor v kontekstu 👍 0

Vsi odgovori (2)

more options

Izbrana rešitev

I've seen some interest in this from others. It was suggested that they build a web app manifest.

https://developer.mozilla.org/en-US/docs/Apps/Getting_Started

https://hacks.mozilla.org/2013/01/join-us-for-firefox-os-app-days/

more options

Hi,

Thank you so much! I'm going to read this over right away, looks already promising.

Cheers!