This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 2 antwoorde
  • 1 het hierdie probleem
  • 24 views
  • Laaste antwoord deur 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

Gekose oplossing

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/

Lees dié antwoord in konteks 👍 0

All Replies (2)

more options

Gekose oplossing

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!