- Kusonjululiwe
- Okugcinwe kunqolobane
My app is not fully embedding, being denied permission
Hi. So I am making a Firefox OS webapp. I'm using the <iframe> function to display a web page. The problem is that only about a 3rd of the screen is displaying the … (funda kabanzi)
Hi. So I am making a Firefox OS webapp. I'm using the <iframe> function to display a web page. The problem is that only about a 3rd of the screen is displaying the web space. Here is a screenshot: http://i.imgur.com/POJU3lL.png
Here are the 2 errors in my firefox os simulator:
Denied permission 'browser' for app type 'web'.
Denied permission 'embed-apps' for app type 'web'.
Here is my manifest.webapp:
{ "name": "Forum", "description": "testing, testing!", "permissions": { "browser": {}, "embed-apps": {} }, "launch_path": "/index.html", "developer": { "name": "Mobile Mod", "url": "http://mobilemod.net" }, "icons": { "16": "/img/icon16.png", "32": "/img/icon32.png", "48": "/img/icon48.png", "64": "/img/icon64.png", "128": "/img/icon128.png" }, "default_locale": "en" }
How do I extend the size of the <iframe>?