Skip to content

Web View Not Expanding in Full Size on Samsung Device #280

@buddhika-ranasinghe

Description

@buddhika-ranasinghe

I tried to use web view in the Flutter Application to use a web view. It runs on simulator without any issue.
But when I try to run it on the actual device ( Samsung A6+ ), I get the web view in a small box in the middle.

In Samsung Device.

20181220_235042

Below is my code.

return Scaffold(
      appBar: AppBar(
        title: Text(newsTitle),
      ),      
      body: Container(
        width: double.infinity,
        child: WebviewScaffold(          
          url: "http://mydomain.com/news.php?news_id=12"
        ),
      ),
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions