Skip to content

Doesn't compile for Android because show_with_default_app not found #282

Description

@lilydjwg

I know the functionality may not exist on Android, but at least make it compile so that anything not involving it can be used? E.g. just put a unimplemented!() for Android.

I'm compiling numbat for my phone btw.

compile error
   Compiling plotly v0.10.0                                                                                                                                                                    
error[E0599]: no function or associated item named `show_with_default_app` found for struct `Plot` in the current scope
   --> /home/lilydjwg/.cargo/registry/src/github.com-25cdd57fae9f0462/plotly-0.10.0/src/plot.rs:272:15
    |                         
178 | pub struct Plot {
    | --------------- function or associated item `show_with_default_app` not found for this struct
...                                                                                            
272 |         Plot::show_with_default_app(temp_path);        
    |               ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `Plot`                                                                                                      
    |                                                                                          

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions