לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • 2 תגובות
  • 1 has this problem
  • 24 views
  • תגובה אחרונה מאת 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

פתרון נבחר

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/

Read this answer in context 👍 0

כל התגובות (2)

more options

פתרון נבחר

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!