GoogleMapsがいまいちだった問題を修正

This commit is contained in:
harukin-DeskMini 2022-10-01 02:09:18 +09:00
parent b31bb01430
commit 7a33ee4095
2 changed files with 2 additions and 2 deletions

View File

@ -861,7 +861,7 @@ modal_observer.observe(modal_content, {
mixedContentMode={"compatibility"} mixedContentMode={"compatibility"}
javaScriptEnabled={true} javaScriptEnabled={true}
allowsBackForwardNavigationGestures={true} allowsBackForwardNavigationGestures={true}
setSupportMultipleWindows={false} setSupportMultipleWindows={true}
onNavigationStateChange={(event) => { onNavigationStateChange={(event) => {
console.log(event); console.log(event);
if (event.url != urlcache) { if (event.url != urlcache) {

View File

@ -86,7 +86,7 @@ export default function Setting(props) {
textAlignVertical: "center", textAlignVertical: "center",
}} }}
> >
内部バージョン: 4.4 内部バージョン: 4.4.1
</Text> </Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
</View> </View>