GoogleMapsがいまいちだった問題を修正
This commit is contained in:
parent
b31bb01430
commit
7a33ee4095
2
Apps.js
2
Apps.js
@ -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) {
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user