Hello jokjebi,
Thank you very much for your question. I have broken my answer down in 2 parts. Please see below:
It shows my application but only vertical not horizontal.
That's correct. The COBI SDK distinguishes 2 different contexts:
Off-ride: the screen will be vertical. You should be in this context before and after the ride.
On ride: the screen will be horizontal. You should be in this context during the ride when your smartphone is mounted on the handlebar.
You can detect the context by subscribing to COBI.parameters.context. Ideally, you can adjust the UI of your module to the context.
Is there a process e.g. compiling it in a special way and using a special method to deploy it?
I am afraid not. Currently, developer modules are loaded dynamically and therefore the code needs to be hosted somewhere and the app needs to have an active internet connection when fetching it.
I hope this answers your questions.
Best regards,
... View more