Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Webview not occupying full screen when opened via phonegap childBrowser plugin
    primarykey
    data
    text
    <p>My Phonegap based app shows some URLs in childBrowser webview, but the child view opens as a pop up and does not occupies the full screen.</p> <p>Can you please suggest a solution?</p> <p>Here is my layout.xml for the sub view which shows user entered URLs</p> <p> <pre><code>android:layout_width="match_parent" android:layout_height="match_parent" &gt; &lt;FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="5dp" android:layout_marginLeft="5dp" &gt; &lt;ImageButton android:id="@+id/backButton" android:layout_width="50dp" android:layout_height="28dp" android:layout_marginTop="5dp" android:src="@drawable/backbutton" android:contentDescription="@string/back_label" /&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:clickable="false" android:textColor="#fff" android:text="@string/back_label" /&gt; &lt;/FrameLayout&gt; &lt;TextView android:id="@+id/titleBar" android:layout_width="match_parent" android:layout_height="44dp" android:layout_gravity="center" android:textIsSelectable="false" android:gravity="center" android:text="@string/title" android:textSize="16sp" android:textStyle="bold" /&gt; &lt;WebView android:id="@+id/webView" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginBottom="44dp" android:layout_marginLeft="0dp" android:layout_marginTop="44dp" /&gt; &lt;TextView android:id="@+id/statusBar" android:layout_width="match_parent" android:layout_height="44dp" android:layout_alignParentBottom="true" android:layout_gravity="center" android:gravity="left|center_vertical" android:textIsSelectable="false" android:textSize="16sp" android:paddingLeft="8dp" android:textStyle="bold" /&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload