Please, help a newby. I'm making an app with PhoneGap Build from a .zip of html/css/java. The original layout is based on absolute positioning and the original width is 320 px. The problem is - it doesn't stretch to fit the window width (adapt), but rather leaves white margins. However, when viewed as a mobile website, it adapts perfectly. How do I force the layout to stretch? Should I edit the config.xml (phonegap build) or the androidmanifest.xml? Please, help. I'm really not keen on coding. Thanks!!! Alex.
Stretching the layout of an app to fit the screen size
1.2k views Asked by AlexD At
1
There are 1 answers
Related Questions in CORDOVA
- how to get rid of the cordova screen when you open the app
- How to build a codesandbox project to android apk?
- Cordova Android run failed
- Cordova Build issue since version 12.0.0
- cordova-background-geolocation-plugin don't giving any response in cordova android app
- provider duplicate while compiling a Cordova application for the Android platform
- Detect clickable areas within <img> tag in Ionic project
- Whitelisting Ionic app in Salesforce Org for CORS/CSP
- gradle keeps failing. Cordova run. Vscode
- Cordova plugin splashscreen issue while Azure Devops with ant build using android-cordova application
- Ionic 3 issue while generating AAB file
- Xcode Undefined symbols, Linker command failed with exit code 1 (use -v to see invocation)
- Xcode 15.3 build failed
- Samsung screen zoom ruining my cordova built android app
- command: ionic server Killed 9
Related Questions in WIDTH
- Why is the width of my webpage exceeding the device width
- Recyclerview columns same width (not fixed) but take as much space as needed
- Setting wordwrap width in a Textbox VB Dot Net Visual Basic
- Entrywidth argument not working in R plotly
- How to control the width of bar charts in chartjs?
- Error: Image with src "/placeholder.svg" is missing required "width" property
- Flutter: Have TextField (or any widget) take up only the minimum necessary space
- How to increase error bar width using stat_summary (ggplot2) in R
- How to configure full screen MenuAnchor width
- TimePicker mui-x taking up entire width of screen when clicked on. How do I set the width?
- Container width does not maintain 100% on smaller screens
- PHPSPREADSHEET: setAutoSize(true) distorts image already on spreadsheet
- Toggle for different height and width in JavaScript
- CSS width for inline vs. inline-block
- How to fix grid pane not fitting underlying gridpane cell in javafx
Related Questions in ABSOLUTE
- Absolute positioned element is getting cut off (hidden) from only top
- How to vertically display two divs in a row in a 'display: table' container?
- CSS Scrolling overflow content issue with absolute positioned items
- Relative View overlay in web - React Native
- FlatList render item absolute position
- А vertical scroll appears when a horizontal scroll is specified when there is an absolute element inside
- CSS Positioning: Setting the child to absolute position and parent to static position
- want to show the child outside the scroll container but still want the child to be scrollable within the scroll container space
- Getting file not found error in Phython Windows
- How to make the large scrolling word in this header centered within its containing element and not disappear as window size is reduced?
- Shifting div while hovered
- Keep text contrained by container and make image overflow container
- How to make a div slide into the viewport, without knowing its height
- Make children fill parent max-width inside an absolute context
- Extract a file absolute path by giving filename as its input
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
i would look at the config.xml this sounds like a WindowSize preference https://cordova.apache.org/docs/en/latest/config_ref/