iOS Question App sto working after last iPhone Update

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi
after the iPhone s.o. update my app stop to working all the App.OpenUrl function.

I use this funcion to
call number "App.OpenUrl("telprompt:" & Telephone.text)"
Navigate "App.OpenURL("https://www.google.com/maps/place/" & GOLAT & "," & GOLON)
Open web site "App.OpenURL("https://www.instagram.com")"

None happen and no error code fired

Any Idea?
Do you mean that the app doesn't start or some functions stopped working?

If the app doesn't start - check if the bridge is working. If not - reinstall the bridge.
 
Upvote 0

Sganga61

Member
Licensed User
Longtime User
Do you mean that the app doesn't start or some functions stopped working?

If the app doesn't start - check if the bridge is working. If not - reinstall the bridge.
Alex
the app works fine. All the function who call app.openurl don't made any operation.
The App.canOpenUrl function answer with true but no event is fired and no error is show
 
Upvote 0

b4x-de

Active Member
Licensed User
Longtime User
Upvote 0
Top