Android Question Galaxy S3 doesn't care about "setInitialScale"

coslad

Well-Known Member
Licensed User
Longtime User
Hi
i'm becoming crazy , i can't set a web page into a webview as a full width size .
In attach a little sample , on a Note 3 and on a lot of other phone i get a full width size page , but on a galaxy S3 the same code produce a different layout .
Even if i set different value of "setInitialScale" parameter i get Always the same result.

Any Idea ?
 

Attachments

  • galaxy s3.jpg
    galaxy s3.jpg
    71.6 KB · Views: 210
  • note3.jpg
    note3.jpg
    61.6 KB · Views: 194
  • Wv_demo.zip
    393.2 KB · Views: 152
Last edited:

coslad

Well-Known Member
Licensed User
Longtime User
i did , but nothing !

The galsxy s3 doesn't change the initial scale , although the "setInitialScale" is :

Obj1.RunMethod2("setInitialScale", 100, "java.lang.int")
or
Obj1.RunMethod2("setInitialScale", 200, "java.lang.int")
or
Obj1.RunMethod2("setInitialScale", 400, "java.lang.int")

insteed the note 3 react to the "setInitialScale".
 
Upvote 0
Top