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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

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

  • 2 uphendule
  • 1 inale nkinga
  • 26 views
  • Igcine ukuphendulwa ngu 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

Isisombululo esikhethiwe

All Replies (2)

more options

Isisombululo Esikhethiwe

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!