We have seemingly discovered a potential bug in the new WebView function. Apparently if you have anything other than the native resolution set in your config.lua file the webview X,Y coordinates is interpreted wrong. For example, if I set 320x480 in my config.lua and place the webView at 160,430 it should appear at the center, bottom of the screen but instead it’s completely off the screen to the right and somewhere near the top. To correct it we divide the needed position of the webview by 2 thus (80,215) and the webview appears correctly.
I would imagine that the webviews should be using the scaled dimensions set in the config.lua file rather than the actual device screen dimensions for positioning.
[import]uid: 9046 topic_id: 30674 reply_id: 330674[/import]