-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full screen support. #28
Comments
In the meantime use the |
@vladikoff Everytime I add that, I get this error: "Could not load extension from [location]. Manifest is not valid JSON. Line 11, column 16" which is where the scale option is. What could be the issue here? |
You corrupted the JSON file On Mon, Sep 29, 2014 at 12:58 PM, GazaIan notifications@github.com wrote:
|
How do you load an app full screen? The instructions are not clear on that page. "Tweak Apps Add "resize": "scale" to "arc_metadata" in manifest.json." I open manifest.json with a text editor. But I do not see the line "arc_metadata". Is this something I have to add myself? Or do I just add "resize": "scale" somewhere in one of the lines? Or does it look like this? "arc_metadata": "resize": "scale" And exactly where in the manifest.json file do you add this line? The instructions are not clear on how to do this. |
Hi, Is there any chance you could guys add the form factor to gen_main.min.js and gen_index.min.js as full screen and direct it to some config file with max resolution and some keymap to exit app ? This would be very handy feature.
The text was updated successfully, but these errors were encountered: