@hmachefer wrote:
Hi there.
I have read a lot about Phonegap, Cordova and so on but never really found what I'm looking for. My concern is highly basic to describe. Here is what main
index.html
file rendered by webview says:
<META http-equiv="refresh" content="0; URL=http://.../new_remote_content_to_get_by_webview">
This works by running ionic on iOS platforms. But it fails on Android platforms: redirection never happens. Even by trying JS assertions this way :
location.href = 'http://.../new_remote_content_to_get_by_webview';
Posts: 1
Participants: 1