You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an existing image in the app folder (outside App_Resources) is replaced during tns run with hmr, the application on the device does not get updated with the new image. However, if the application is restarted, the new image is shown.
Steps:
tns create appJS --js
mkdir app/img/ - make a img directory in the app folder
add an image to the app/img folder
refer the image in the main-page.xml, for example: <Image src="~/img/test.png" />
run android/ios --hmr
replace the image
Expected: the application page refreshes and the new image shows.
Actual: cli states test.png is synced, but the new image does not show. The old one is still on the page.
The text was updated successfully, but these errors were encountered:
If an existing image in the app folder (outside App_Resources) is replaced during tns run with hmr, the application on the device does not get updated with the new image. However, if the application is restarted, the new image is shown.
Steps:
<Image src="~/img/test.png" />
Expected: the application page refreshes and the new image shows.
Actual: cli states test.png is synced, but the new image does not show. The old one is still on the page.
The text was updated successfully, but these errors were encountered: