components icon indicating copy to clipboard operation
components copied to clipboard

MobileUI Page Not Working on iOS

Open Jack-Drake opened this issue 5 years ago • 3 comments

I am having trouble figuring out why the openPage() function is not working I have tried to compile other code different from mine such as the example given on the mobileui website for page but I have not gotten it to work. When the button is clicked nothing happens there are no errors yet it doesnt work. I have tried to get it to work on android and it works successfully. Any insight as to why it would not work as the website clearly states that it should be working properly.

Jack-Drake avatar Dec 14 '20 07:12 Jack-Drake

Try to reinstall the cordova inapp browser plugin This helped me with the same issue while working on legacy project.

aurorainternet avatar Dec 25 '20 11:12 aurorainternet

Ill try that out rn. Thank you

Jack-Drake avatar Dec 25 '20 14:12 Jack-Drake

I am also facing same problem. By default cordova inapp browser plugin not added in my Cordova project. So Tried installing cordova inapp browser plugin. It didn't work. Any thing i missed out? Please help. Thank you

tidelganesh avatar Mar 07 '21 19:03 tidelganesh

does anyone know how to fix this ?

adlylee avatar Apr 02 '24 15:04 adlylee

@adlylee do you have error debug?

Try add ./ in file name, example: <button class="green" onclick="openPage('./contacts')">Go to a new Page</button>

fabiotindin avatar Apr 03 '24 04:04 fabiotindin