-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Curl layout instead of Bitmap #127
Comments
I don't think this library was designed to do what you're trying to achieve. Maybe when the user clicks the bitmap, take them to the corresponding layout |
You can create Bitmap from view and then pass to the Library public Bitmap loadBitmapFromView(View viewToDrawFrom) {
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to curl an interactive layout instead of a bitmap? I have a layout where users can add some notes for themselves. so I'm trying to use the Curl Page but it needs to bitmap. if I convert my layout to bitmap and send it to the Curl Page it works but the user cant adds notes anymore with bitmap.
The text was updated successfully, but these errors were encountered: