• 3iconcept Medical
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hello,

We are developing a canvas app and trying to test it in the Salesforce app in mobile. But we are seeing some issue that only happens in IOS devices:
1) Information cut off issue: We are using window.innerHeight to determine the canvas size in mobile. It works perfectly in Android device but a certain page has some information cut off in IOS device.(Other pages in our app perfectly fit in the same IOS device)
2) Canvas app not loading in IOS devices: We also have another app(call it app B) that is connected to the app mentioned above and app B loads fine in Android device but not load in the IOS device.

Does anyone know anything about this issue?

Thanks