Hello! I use this code to open the Facebook app directly on the page on the device.
<a href="#" class="link-fb"
onclick="window.open('fb://page/0000000000000', '_system'); return false;">
</a>
No Android
works perfectly, opening on the page sent in the parameter. But in iOS
it just opens the facebook app on the home page.
Does anyone know what's going on? any suggestion? Thank you.