[RPG] How to show a image in a html file
Posted: Thu Aug 08, 2019 11:32 am
Hi,
I am trying to show a image in a html file.
So, I created the following codes, however a image set to the resource property of Webview is not shown.
Sample.html and emploee_128.png are in resource folder.
I use iPhone for testing of this.
Does anyone know a solution?
DDS
RPG
Sample.html
Regards,
Taku Izumi
I am trying to show a image in a html file.
So, I created the following codes, however a image set to the resource property of Webview is not shown.
Sample.html and emploee_128.png are in resource folder.
I use iPhone for testing of this.
Does anyone know a solution?
DDS
Code: Select all
4 1'&&F'
4 10'<<WEBVIEW>>'
4 10HTML('Type: WebView
Border.Thickness: 1
AllowZoom : Y
Border.Color: Blue')
Code: Select all
LRNG_SetProperty('/Form.Fields.WEBVIEW.RESOURCE':'employee_128.png');
LRNG_SetProperty('/Form.Fields.WEBVIEW.URL': 'Sample.html');
Code: Select all
<body>
<img src="employee_128.png">
</body>
Taku Izumi