Androidでも即時更新されるように変更
This commit is contained in:
@@ -221,7 +221,7 @@ const MapPin = ({ index, indexBase, latlng, D, d, navigate, webview }) => {
|
||||
onPress={() => {
|
||||
webview.current?.injectJavaScript(
|
||||
`MoveDisplayStation('${d}_${D.MyStation}_${D.Station_JP}');
|
||||
setStrings();`
|
||||
document.getElementById("disp").insertAdjacentHTML("afterbegin", "<div />");`
|
||||
);
|
||||
if (navigate) navigate("Apps");
|
||||
}}
|
||||
|
Reference in New Issue
Block a user